HttpResponseWrapper.RedirectLocation Propriété

Définition

Obtient ou définit la valeur de l'en-tête HTTP Location.

public:
 virtual property System::String ^ RedirectLocation { System::String ^ get(); void set(System::String ^ value); };
public override string RedirectLocation { get; set; }
member this.RedirectLocation : string with get, set
Public Overrides Property RedirectLocation As String

Valeur de propriété

URL absolue de l'en-tête HTTP Location.

S’applique à