Condividi tramite


IExceptionHandlerPathFeature Interfaccia

Definizione

Rappresenta un gestore di eccezioni con il percorso originale della richiesta.

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
Derivato
Implementazioni

Proprietà

Endpoint

Ottiene l'oggetto selezionato Endpoint per la richiesta originale.

(Ereditato da IExceptionHandlerFeature)
Error

Errore rilevato durante la richiesta originale

(Ereditato da IExceptionHandlerFeature)
Path

Parte del percorso della richiesta che identifica la risorsa richiesta. Il valore non è in escape.

RouteValues

Ottiene l'oggetto RouteValueDictionary associato alla richiesta originale.

(Ereditato da IExceptionHandlerFeature)

Si applica a