IRequestCultureFeature Interface

Definition

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 null then no provider was used and the request's culture was set to the value of DefaultRequestCulture.

RequestCulture

The RequestCulture of the request.

Applies to