Sdílet prostřednictvím


HttpContextExtensions.GetIISServerVariable(HttpContext, String) Metoda

Definice

Upozornění

This is obsolete and will be removed in a future version. Use GetServerVariable instead.

Získá hodnotu proměnné serveru pro aktuální požadavek.

public:
[System::Runtime::CompilerServices::Extension]
 static System::String ^ GetIISServerVariable(Microsoft::AspNetCore::Http::HttpContext ^ context, System::String ^ variableName);
public static string GetIISServerVariable (this Microsoft.AspNetCore.Http.HttpContext context, string variableName);
[System.Obsolete("This is obsolete and will be removed in a future version. Use GetServerVariable instead.")]
public static string GetIISServerVariable (this Microsoft.AspNetCore.Http.HttpContext context, string variableName);
[System.Obsolete("This is obsolete and will be removed in a future version. Use GetServerVariable instead.")]
public static string? GetIISServerVariable (this Microsoft.AspNetCore.Http.HttpContext context, string variableName);
static member GetIISServerVariable : Microsoft.AspNetCore.Http.HttpContext * string -> string
[<System.Obsolete("This is obsolete and will be removed in a future version. Use GetServerVariable instead.")>]
static member GetIISServerVariable : Microsoft.AspNetCore.Http.HttpContext * string -> string
<Extension()>
Public Function GetIISServerVariable (context As HttpContext, variableName As String) As String

Parametry

context
HttpContext

Kontext http pro požadavek.

variableName
String

Název proměnné.

Návraty

null pokud server tuto funkci nepodporuje IServerVariablesFeature . Pokud proměnná neexistuje nebo není nastavená, může vrátit hodnotu null nebo prázdnou hodnotu.

Atributy

Poznámky

Seznam běžných proměnných serveru dostupných ve službě IIS najdete v tématu http://go.microsoft.com/fwlink/?LinkId=52471.

Platí pro