다음을 통해 공유


OutputCacheProviderCollection.Item[String] 속성

정의

컬렉션의 명명된 출력 캐시 공급자에 대한 참조를 반환합니다.

public:
 property System::Web::Caching::OutputCacheProvider ^ default[System::String ^] { System::Web::Caching::OutputCacheProvider ^ get(System::String ^ name); };
public System.Web.Caching.OutputCacheProvider this[string name] { get; }
member this.Item(string) : System.Web.Caching.OutputCacheProvider
Default Public ReadOnly Property Item(name As String) As OutputCacheProvider

매개 변수

name
String

컬렉션의 공급자 이름입니다.

속성 값

OutputCacheProvider

컬렉션의 공급자입니다.

적용 대상