IStatusCodeReExecuteFeature Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a feature containing the path details of the original request. This feature is provided by the StatusCodePagesMiddleware when it re-execute the request pipeline with an alternative path to generate the response body.
public interface class IStatusCodeReExecuteFeature
public interface IStatusCodeReExecuteFeature
type IStatusCodeReExecuteFeature = interface
Public Interface IStatusCodeReExecuteFeature
- Derived
Properties
Endpoint |
Gets the selected Endpoint for the original request. |
OriginalPath |
The Path of the original request. |
OriginalPathBase |
The PathBase of the original request. |
OriginalQueryString |
The QueryString of the original request. |
OriginalStatusCode |
The StatusCode of the original response. |
RouteValues |
Gets the RouteValueDictionary associated with the original request. |