C# Class Telerik.Web.Mvc.Extensions.HttpRequestBaseExtensions

Contains extension methods of HttpRequestBase.
Show file Open project: juanplopes/simple-telerik

Public Methods

Method Description
ApplicationRoot ( this instance ) : string

Get the Application root path.

CanCompress ( this instance ) : bool

Determines whether this instance can compress the specified instance.

Method Details

ApplicationRoot() public static method

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

CanCompress() public static method

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