StatusCodeReExecuteFeature Class   
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.
Default implementation for IStatusCodeReExecuteFeature.
public ref class StatusCodeReExecuteFeature : Microsoft::AspNetCore::Diagnostics::IStatusCodeReExecuteFeature
	public class StatusCodeReExecuteFeature : Microsoft.AspNetCore.Diagnostics.IStatusCodeReExecuteFeature
	type StatusCodeReExecuteFeature = class
    interface IStatusCodeReExecuteFeature
	Public Class StatusCodeReExecuteFeature
Implements IStatusCodeReExecuteFeature
		- Inheritance
 - 
				StatusCodeReExecuteFeature
 
- Implements
 
Constructors
| StatusCodeReExecuteFeature() | 
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.  |