RequestCultureFeature 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.
Provides the current request's culture information.
public ref class RequestCultureFeature : Microsoft::AspNetCore::Localization::IRequestCultureFeature
public class RequestCultureFeature : Microsoft.AspNetCore.Localization.IRequestCultureFeature
type RequestCultureFeature = class
interface IRequestCultureFeature
Public Class RequestCultureFeature
Implements IRequestCultureFeature
- Inheritance
-
RequestCultureFeature
- Implements
Constructors
RequestCultureFeature(RequestCulture, IRequestCultureProvider) |
Creates a new RequestCultureFeature with the specified RequestCulture. |
Properties
Provider |
The IRequestCultureProvider that determined the request's culture information.
If the value is |
RequestCulture |
The RequestCulture of the request. |