HttpCachePolicyWrapper.SetVaryByCustom(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Spécifie une chaîne de texte pour faire varier les réponses de sortie mise en cache.
public:
override void SetVaryByCustom(System::String ^ custom);
public override void SetVaryByCustom (string custom);
override this.SetVaryByCustom : string -> unit
Public Overrides Sub SetVaryByCustom (custom As String)
Paramètres
- custom
- String
Chaîne de texte pour faire varier la sortie mise en cache.
Exceptions
custom
a la valeur null
.
La méthode SetVaryByCustom(String) a déjà été appelée.