QueryStringRequestCultureProvider.UIQueryStringKey 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
包含 UI 文化特性名稱的索引鍵。 如果未指定或找不到任何值, QueryStringKey 將會使用 。 預設為 「ui-culture」。
public:
property System::String ^ UIQueryStringKey { System::String ^ get(); void set(System::String ^ value); };
public string UIQueryStringKey { get; set; }
member this.UIQueryStringKey : string with get, set
Public Property UIQueryStringKey As String