HttpContextExtensions.GetIISServerVariable(HttpContext, String) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Dikkat
This is obsolete and will be removed in a future version. Use GetServerVariable instead.
Geçerli istek için bir sunucu değişkeninin değerini alır.
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
Parametreler
- context
- HttpContext
İsteğin http bağlamı.
- variableName
- String
Değişkenin adı.
Döndürülenler
null
sunucu özelliği desteklemiyorsa IServerVariablesFeature .
Değişken yoksa veya ayarlanmadıysa null veya boş döndürebilir.
- Öznitelikler
Açıklamalar
IIS'de kullanılabilen yaygın sunucu değişkenlerinin listesi için bkz http://go.microsoft.com/fwlink/?LinkId=52471. .