RouteDataRequestCultureProvider.UIRouteDataStringKey Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The key that contains the UI culture name. If not specified or no value is found, RouteDataStringKey will be used. Defaults to "ui-culture".
public:
property System::String ^ UIRouteDataStringKey { System::String ^ get(); void set(System::String ^ value); };
public string UIRouteDataStringKey { get; set; }
member this.UIRouteDataStringKey : string with get, set
Public Property UIRouteDataStringKey As String