QueryStringRequestCultureProvider Class    
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.
Determines the culture information for a request via values in the query string.
public ref class QueryStringRequestCultureProvider : Microsoft::AspNetCore::Localization::RequestCultureProviderpublic class QueryStringRequestCultureProvider : Microsoft.AspNetCore.Localization.RequestCultureProvidertype QueryStringRequestCultureProvider = class
    inherit RequestCultureProviderPublic Class QueryStringRequestCultureProvider
Inherits RequestCultureProvider- Inheritance
Constructors
| QueryStringRequestCultureProvider() | 
Properties
| Options | The current options for the RequestLocalizationMiddleware.(Inherited from RequestCultureProvider) | 
| QueryStringKey | The key that contains the culture name. Defaults to "culture". | 
| UIQueryStringKey | The key that contains the UI culture name. If not specified or no value is found, QueryStringKey will be used. Defaults to "ui-culture". | 
Methods
| DetermineProviderCultureResult(HttpContext) |