Method | Description | |
---|---|---|
Accepts ( this controllerContext ) : bool | ||
AcceptsHtml ( this controllerContext ) : bool | ||
DisableCaching ( this context ) : void | ||
GetContentType ( this controllerContext ) : string |
public static Accepts ( this controllerContext ) : bool | ||
controllerContext | this | |
return | bool |
public static AcceptsHtml ( this controllerContext ) : bool | ||
controllerContext | this | |
return | bool |
public static DisableCaching ( this context ) : void | ||
context | this | |
return | void |
public static GetContentType ( this controllerContext ) : string | ||
controllerContext | this | |
return | string |