RequestCultureProvider Class
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
C#
public abstract class RequestCultureProvider : Microsoft.AspNetCore.Localization.IRequestCultureProvider
type RequestCultureProvider = class
interface IRequestCultureProvider
Public MustInherit Class RequestCultureProvider
Implements IRequestCultureProvider
- Inheritance
-
RequestCultureProvider
- Derived
- Implements
Null |
Result that indicates that this instance of RequestCultureProvider could not determine the request culture. |
Options |
The current options for the RequestLocalizationMiddleware. |
Determine |
Implements the provider to determine the culture of the given request. |
Product | Versions |
---|---|
ASP.NET Core | 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |