ExceptionHandlerOptions.ExceptionHandlingPath Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Der Pfad zum Ausnahmebehandlungsendpunkt. Dieser Pfad wird beim Ausführen von ExceptionHandlerverwendet.
public:
property Microsoft::AspNetCore::Http::PathString ExceptionHandlingPath { Microsoft::AspNetCore::Http::PathString get(); void set(Microsoft::AspNetCore::Http::PathString value); };
public Microsoft.AspNetCore.Http.PathString ExceptionHandlingPath { get; set; }
member this.ExceptionHandlingPath : Microsoft.AspNetCore.Http.PathString with get, set
Public Property ExceptionHandlingPath As PathString