HttpMethod.Head Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the HTTP HEAD method.
public:
static property HttpMethod ^ Head { HttpMethod ^ get(); };
static HttpMethod Head();
public static HttpMethod Head { get; }
var httpMethod = HttpMethod.head;
Public Shared ReadOnly Property Head As HttpMethod
Property Value
The HTTP HEAD method.