IExceptionHandlerPathFeature Interfaz

Definición

Representa un controlador de excepciones con la ruta de acceso original de la solicitud.

public interface class IExceptionHandlerPathFeature : Microsoft::AspNetCore::Diagnostics::IExceptionHandlerFeature
public interface IExceptionHandlerPathFeature : Microsoft.AspNetCore.Diagnostics.IExceptionHandlerFeature
type IExceptionHandlerPathFeature = interface
    interface IExceptionHandlerFeature
Public Interface IExceptionHandlerPathFeature
Implements IExceptionHandlerFeature
Derivado
Implementaciones

Propiedades

Endpoint

Obtiene la opción seleccionada Endpoint para la solicitud original.

(Heredado de IExceptionHandlerFeature)
Error

Error detectado durante la solicitud original

(Heredado de IExceptionHandlerFeature)
Path

Parte de la ruta de acceso de solicitud que identifica el recurso solicitado. El valor no tiene escape.

RouteValues

Obtiene el asociado RouteValueDictionary a la solicitud original.

(Heredado de IExceptionHandlerFeature)

Se aplica a