C# 클래스 Project.Web.App.Extensions.ControllerContextExtensions

파일 보기 프로젝트 열기: tylermercier/mvc_template

공개 메소드들

메소드 설명
Accepts ( this controllerContext ) : bool
AcceptsHtml ( this controllerContext ) : bool
DisableCaching ( this context ) : void
GetContentType ( this controllerContext ) : string

메소드 상세

Accepts() 공개 정적인 메소드

public static Accepts ( this controllerContext ) : bool
controllerContext this
리턴 bool

AcceptsHtml() 공개 정적인 메소드

public static AcceptsHtml ( this controllerContext ) : bool
controllerContext this
리턴 bool

DisableCaching() 공개 정적인 메소드

public static DisableCaching ( this context ) : void
context this
리턴 void

GetContentType() 공개 정적인 메소드

public static GetContentType ( this controllerContext ) : string
controllerContext this
리턴 string