Interface IStaticFilePreProcessor
Register implementation in DI container as IStatic
Namespace: EPiServer.Web
Assembly: EPiServer.Cms.AspNetCore.Routing.dll
Version: 12.0.3Syntax
public interface IStaticFilePreProcessor
Properties
Order
Specifies in the order of execution of IStatic
Declaration
int Order { get; }
Property Value
Type | Description |
---|---|
System. |
Methods
PrepareResponse(StaticFileResponseContext)
Called before body is written. This can be used to set or modify response headers.
Declaration
void PrepareResponse(StaticFileResponseContext staticFileResponseContext)
Parameters
Type | Name | Description |
---|---|---|
Microsoft. |
staticFileResponseContext | The current context |
Remarks
Current routed content can be accessed from feature IContent