HttpContextServerVariableExtensions.GetServerVariable Methode

Definition

Ruft den Wert einer Servervariablen für die aktuelle Anforderung ab.

public:
[System::Runtime::CompilerServices::Extension]
 static System::String ^ GetServerVariable(Microsoft::AspNetCore::Http::HttpContext ^ context, System::String ^ variableName);
public static string GetServerVariable (this Microsoft.AspNetCore.Http.HttpContext context, string variableName);
public static string? GetServerVariable (this Microsoft.AspNetCore.Http.HttpContext context, string variableName);
static member GetServerVariable : Microsoft.AspNetCore.Http.HttpContext * string -> string
<Extension()>
Public Function GetServerVariable (context As HttpContext, variableName As String) As String

Parameter

context
HttpContext

Der HTTP-Kontext für die Anforderung.

variableName
String

Der Name der Variablen.

Gibt zurück

null , wenn der Server das IServerVariablesFeature Feature nicht unterstützt. Kann NULL oder leer zurückgeben, wenn die Variable nicht vorhanden oder nicht festgelegt ist.

Gilt für: