Class HttpMethodHelper
Inheritance
HttpMethodHelper
Assembly: Volo.Abp.Http.dll
Syntax
public static class HttpMethodHelper
Fields
DefaultHttpVerb
Declaration
public const string DefaultHttpVerb = "POST"
Field Value
Properties
ConventionalPrefixes
Declaration
public static Dictionary<string, string[]> ConventionalPrefixes { get; set; }
Property Value
Methods
ConvertToHttpMethod(string?)
Declaration
public static HttpMethod ConvertToHttpMethod(string? httpMethod)
Parameters
Type |
Name |
Description |
string |
httpMethod |
|
Returns
Declaration
public static string GetConventionalVerbForMethodName(string methodName)
Parameters
Type |
Name |
Description |
string |
methodName |
|
Returns
RemoveHttpMethodPrefix(string, string)
Declaration
public static string RemoveHttpMethodPrefix(string methodName, string httpMethod)
Parameters
Returns