AspNetCacheProfileAttribute(String) Konstruktor

Definice

Inicializuje novou instanci AspNetCacheProfileAttribute třídy se zadaným názvem profilu mezipaměti.

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)

Parametry

cacheProfileName
String

Název profilu mezipaměti.

Platí pro