AspNetCacheProfileAttribute(String) Constructor
Definition
Initializes a new instance of the AspNetCacheProfileAttribute class with the specified cache profile name.
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)
Parameters
- cacheProfileName
- String
The cache profile name.