CookieRequestCultureProvider.MakeCookieValue(RequestCulture) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立的字串表示 RequestCulture ,用於在 Cookie 中放置。
public:
static System::String ^ MakeCookieValue(Microsoft::AspNetCore::Localization::RequestCulture ^ requestCulture);
public static string MakeCookieValue (Microsoft.AspNetCore.Localization.RequestCulture requestCulture);
static member MakeCookieValue : Microsoft.AspNetCore.Localization.RequestCulture -> string
Public Shared Function MakeCookieValue (requestCulture As RequestCulture) As String
參數
- requestCulture
- RequestCulture
傳回
Cookie 值。