IRequestCultureFeature Interface
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.
Represents the feature that provides the current request's culture information.
public interface class IRequestCultureFeature
public interface IRequestCultureFeature
type IRequestCultureFeature = interface
Public Interface IRequestCultureFeature
- Derived
Properties
Provider |
The IRequestCultureProvider that determined the request's culture information.
If the value is |
RequestCulture |
The RequestCulture of the request. |