Méthode | Description | |
---|---|---|
FirstOrDefaultHttpMethodAttribute ( this method ) : HttpMethodAttribute? |
returns the first Attribut of type HttpMethod found
|
|
GetReturnType ( this method ) : |
Return method return's type of a controller It can be the type itself, or the containing type if it starts with 'Json' string Example : JsonNetResult'SomeObject' will return SomeObject
|
|
GetReturnTypeAndParameterTypes ( this method ) : IEnumerable |
Returns the return type and the arguments type of the method
|
public static FirstOrDefaultHttpMethodAttribute ( this method ) : HttpMethodAttribute? | ||
method | this | |
Résultat | HttpMethodAttribute? |
public static GetReturnType ( this method ) : |
||
method | this | The method |
Résultat |
static public GetReturnTypeAndParameterTypes ( this method ) : IEnumerable |
||
method | this | |
Résultat | IEnumerable |