Referer Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets or sets the value of the Referer HTTP header.
Namespace: System.Net
Assembly: System.Http (in System.Http.dll)
Syntax
'Declaration
Public Property Referer As String
public string Referer { get; set; }
public:
property String^ Referer {
String^ get ();
void set (String^ value);
}
member Referer : string with get, set
function get Referer () : String
function set Referer (value : String)
Property Value
Type: System. . :: . .String
The value of the Referer HTTP header. The default value is nullNothingnullptrunita null reference (Nothing in Visual Basic).
Remarks
If the AllowAutoRedirect property is true, the Referer property is set automatically when the request is redirected to another site.
To clear the Referer HTTP header, set the Referer property to null Nothing nullptr unit a null reference (Nothing in Visual Basic) .
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.