HttpMethod.Head Egenskap

Definition

Representerar en HTTP HEAD-protokollmetod. HEAD-metoden är identisk med GET förutom att servern endast returnerar meddelandehuvuden i svaret, utan meddelandetext.

public:
 static property System::Net::Http::HttpMethod ^ Head { System::Net::Http::HttpMethod ^ get(); };
public static System.Net.Http.HttpMethod Head { get; }
static member Head : System.Net.Http.HttpMethod
Public Shared ReadOnly Property Head As HttpMethod

Egenskapsvärde

HTTP HEAD-metoden.

Gäller för