แชร์ผ่าน


DeleteAttribute(String) Constructor

Definition

Initializes a new instance of the DeleteAttribute class.

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

Parameters

path
String

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

Applies to