MY TESTED ASP.NET CORE MVC DOCS
Show / Hide Table of Contents

Class HttpMethod

Contains common HTTP methods.

Inheritance
System.Object
HttpMethod
Namespace:MyTested.AspNetCore.Mvc
Assembly:MyTested.AspNetCore.Mvc.Abstractions.dll
Syntax
public class HttpMethod

Fields

| Improve this Doc View Source

Connect

"CONNECT" header method.

Declaration
public const string Connect = "CONNECT"
Field Value
Type Description
System.String
| Improve this Doc View Source

Delete

"DELETE" header method.

Declaration
public const string Delete = "DELETE"
Field Value
Type Description
System.String
| Improve this Doc View Source

Get

"GET" header method.

Declaration
public const string Get = "GET"
Field Value
Type Description
System.String
| Improve this Doc View Source

Head

"HEAD" header method.

Declaration
public const string Head = "HEAD"
Field Value
Type Description
System.String
| Improve this Doc View Source

Options

"OPTIONS" header method.

Declaration
public const string Options = "OPTIONS"
Field Value
Type Description
System.String
| Improve this Doc View Source

Post

"POST" header method.

Declaration
public const string Post = "POST"
Field Value
Type Description
System.String
| Improve this Doc View Source

Put

"PUT" header method.

Declaration
public const string Put = "PUT"
Field Value
Type Description
System.String
| Improve this Doc View Source

Trace

"TRACE" header method.

Declaration
public const string Trace = "TRACE"
Field Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2016 MyTestedASP.NET. All Rights Reserved. Generated by DocFX