AspNetCacheProfileAttribute(String) 생성자

정의

지정된 캐시 프로필 이름을 사용하여 AspNetCacheProfileAttribute 클래스의 새 인스턴스를 초기화합니다.

public:
 AspNetCacheProfileAttribute(System::String ^ cacheProfileName);
public AspNetCacheProfileAttribute (string cacheProfileName);
new System.ServiceModel.Web.AspNetCacheProfileAttribute : string -> System.ServiceModel.Web.AspNetCacheProfileAttribute
Public Sub New (cacheProfileName As String)

매개 변수

cacheProfileName
String

캐시 프로필 이름입니다.

적용 대상