다음을 통해 공유


HeadAttribute(String) Constructor

Definition

Initializes a new instance of the HeadAttribute class.

public:
 HeadAttribute(System::String ^ path);
public HeadAttribute(string path);
new Microsoft.Extensions.Http.AutoClient.HeadAttribute : string -> Microsoft.Extensions.Http.AutoClient.HeadAttribute
Public Sub New (path As String)

Parameters

path
String

The path of the request. Cannot be empty or null.

Applies to