RequestCultureProvider 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.
An abstract base class provider for determining the culture information of an HttpRequest.
public ref class RequestCultureProvider abstract : Microsoft::AspNetCore::Localization::IRequestCultureProvider
public abstract class RequestCultureProvider : Microsoft.AspNetCore.Localization.IRequestCultureProvider
type RequestCultureProvider = class
interface IRequestCultureProvider
Public MustInherit Class RequestCultureProvider
Implements IRequestCultureProvider
- Inheritance
-
RequestCultureProvider
- Derived
- Implements
Constructors
RequestCultureProvider() |
Fields
NullProviderCultureResult |
Result that indicates that this instance of RequestCultureProvider could not determine the request culture. |
Properties
Options |
The current options for the RequestLocalizationMiddleware. |
Methods
DetermineProviderCultureResult(HttpContext) |
Implements the provider to determine the culture of the given request. |