AspNetCacheProfileAttribute(String) Constructor

Definitie

Initialiseert een nieuw exemplaar van de AspNetCacheProfileAttribute klasse met de opgegeven cacheprofielnaam.

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

De naam van het cacheprofiel.

Van toepassing op