AspNetCacheProfileAttribute(String) Constructor

Definición

Inicializa una nueva instancia de la AspNetCacheProfileAttribute clase con el nombre de perfil de caché especificado.

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)

Parámetros

cacheProfileName
String

Nombre del perfil de caché.

Se aplica a