AspNetCacheProfileAttribute.CacheProfileName 属性

定义

获取缓存配置文件的名称。Gets the name of the cache profile.

public:
 property System::String ^ CacheProfileName { System::String ^ get(); };
public string CacheProfileName { get; }
member this.CacheProfileName : string
Public ReadOnly Property CacheProfileName As String

属性值

String

缓存配置文件的名称。The name of the cache profile.

适用于