HttpCachePolicyBase.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.
En cas de substitution dans une classe dérivée, spécifie une chaîne de texte pour varier les réponses de sortie mises en cache par.
public:
virtual void SetVaryByCustom(System::String ^ custom);
public virtual void SetVaryByCustom(string custom);
abstract member SetVaryByCustom : string -> unit
override this.SetVaryByCustom : string -> unit
Public Overridable Sub SetVaryByCustom (custom As String)
Paramètres
- custom
- String
Chaîne de texte à mettre en cache en fonction de la sortie mise en cache.
Exceptions
Toujours.