Поделиться через


HttpMethod.Delete Свойство

Определение

Возвращает метод HTTP DELETE.

public:
 static property HttpMethod ^ Delete { HttpMethod ^ get(); };
static HttpMethod Delete();
public static HttpMethod Delete { get; }
var httpMethod = HttpMethod.delete;
Public Shared ReadOnly Property Delete As HttpMethod

Значение свойства

Метод HTTP DELETE.

Применяется к