HttpLoggingAttribute(HttpLoggingFields) Konstruktor
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.
Initialisiert eine Instanz der HttpLoggingAttribute-Klasse.
public HttpLoggingAttribute (Microsoft.AspNetCore.HttpLogging.HttpLoggingFields loggingFields);
new Microsoft.AspNetCore.HttpLogging.HttpLoggingAttribute : Microsoft.AspNetCore.HttpLogging.HttpLoggingFields -> Microsoft.AspNetCore.HttpLogging.HttpLoggingAttribute
Public Sub New (loggingFields As HttpLoggingFields)
Parameter
- loggingFields
- HttpLoggingFields
Gibt an, welche Felder für den Endpunkt protokolliert werden sollen.