HttpCachePolicyWrapper.SetVaryByCustom(String) Método
Definição
Especifica uma cadeia de caracteres de texto segundo a qual variar as respostas de saída em cache.Specifies a text string to vary cached output responses by.
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)
Parâmetros
- custom
- String
A próxima cadeia de caracteres de texto segundo a qual variar a saída em cache.The text string to vary cached output by.
Exceções
custom é null.custom is null.
O método SetVaryByCustom(String) já foi chamado.The SetVaryByCustom(String) method has already been called.