Partilhar via


Propriedade WebTestRequest.Cache

Obtém ou define um valor que indica se simular o cache do navegador para a solicitação.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (em Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxe

'Declaração
Public Property Cache As Boolean
    Get
    Set
public bool Cache { get; set; }
public:
property bool Cache {
    bool get ();
    void set (bool value);
}
member Cache : bool with get, set
function get Cache () : boolean
function set Cache (value : boolean)

Valor de propriedade

Tipo: System.Boolean
true para simular o cache do navegador; Caso contrário, false.Isso tem um valor padrão de false.

Segurança do .NET Framework

Consulte também

Referência

WebTestRequest Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting