AspNetCacheProfileAttribute(String) Construtor

Definição

Inicializa uma nova instância da AspNetCacheProfileAttribute classe com o nome do perfil de cache 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

O nome do perfil da cache.

Aplica-se a