HttpResponseHeaders.Location Свойство

Определение

Возвращает или задает значение заголовка Location для HTTP-ответа.

public:
 property Uri ^ Location { Uri ^ get(); void set(Uri ^ value); };
public Uri Location { get; set; }
public Uri? Location { get; set; }
member this.Location : Uri with get, set
Public Property Location As Uri

Значение свойства

Uri

Значение заголовка Location для HTTP-ответа.

Применяется к