C# Class Project.Web.App.Extensions.ControllerContextExtensions

ファイルを表示 Open project: tylermercier/mvc_template

Public Methods

Method Description
Accepts ( this controllerContext ) : bool
AcceptsHtml ( this controllerContext ) : bool
DisableCaching ( this context ) : void
GetContentType ( this controllerContext ) : string

Method Details

Accepts() public static method

public static Accepts ( this controllerContext ) : bool
controllerContext this
return bool

AcceptsHtml() public static method

public static AcceptsHtml ( this controllerContext ) : bool
controllerContext this
return bool

DisableCaching() public static method

public static DisableCaching ( this context ) : void
context this
return void

GetContentType() public static method

public static GetContentType ( this controllerContext ) : string
controllerContext this
return string