Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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