แชร์ผ่าน


PostAttribute(String) Constructor

Definition

Initializes a new instance of the PostAttribute class.

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

Parameters

path
String

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

Applies to