C# 클래스 Telerik.Web.Mvc.Extensions.HttpRequestBaseExtensions

Contains extension methods of HttpRequestBase.
파일 보기 프로젝트 열기: juanplopes/simple-telerik

공개 메소드들

메소드 설명
ApplicationRoot ( this instance ) : string

Get the Application root path.

CanCompress ( this instance ) : bool

Determines whether this instance can compress the specified instance.

메소드 상세

ApplicationRoot() 공개 정적인 메소드

Get the Application root path.
public static ApplicationRoot ( this instance ) : string
instance this The instance.
리턴 string

CanCompress() 공개 정적인 메소드

Determines whether this instance can compress the specified instance.
public static CanCompress ( this instance ) : bool
instance this The instance.
리턴 bool