AspNetCacheProfileAttribute(String) Constructeur

Définition

Initialise une nouvelle instance de la classe AspNetCacheProfileAttribute avec le nom de profil de cache spécifié.

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)

Paramètres

cacheProfileName
String

Nom de profil du cache.

S’applique à