IRequestCultureFeature インターフェイス

定義

現在の要求のカルチャ情報を提供する機能を表します。

public interface class IRequestCultureFeature
public interface IRequestCultureFeature
type IRequestCultureFeature = interface
Public Interface IRequestCultureFeature
派生

プロパティ

Provider

IRequestCultureProvider要求のカルチャ情報を決定した 。 値が の場合、プロバイダーが null 使用されておらず、要求のカルチャが の DefaultRequestCulture値に設定されました。

RequestCulture

要求の RequestCulture です。

適用対象