HttpContentHeaders.ContentLocation Property

Gets or sets {insert text here}.

Namespace:  System.Net.Http.Headers
Assembly:  System.Net.Http (in System.Net.Http.dll)

Syntax

'Declaration
Public Property ContentLocation As Uri 
    Get 
    Set
'Usage
Dim instance As HttpContentHeaders 
Dim value As Uri 

value = instance.ContentLocation

instance.ContentLocation = value
public Uri ContentLocation { get; set; }
public:
property Uri^ ContentLocation {
    Uri^ get ();
    void set (Uri^ value);
}
member ContentLocation : Uri with get, set
function get ContentLocation () : Uri 
function set ContentLocation (value : Uri)

Property Value

Type: System.Uri

See Also

Reference

HttpContentHeaders Class

System.Net.Http.Headers Namespace