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

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

Public Methods

Method Description
IsLinux ( this instance ) : bool

Gets a value indicating whether we're running under Linux or a Unix variant.

IsMono ( this instance ) : bool

Gets a value indicating whether we're running under Mono.

RequestContext ( this instance ) : System.Web.Routing.RequestContext

Requests the context.

Method Details

IsLinux() public static method

Gets a value indicating whether we're running under Linux or a Unix variant.
public static IsLinux ( this instance ) : bool
instance this
return bool

IsMono() public static method

Gets a value indicating whether we're running under Mono.
public static IsMono ( this instance ) : bool
instance this
return bool

RequestContext() public static method

Requests the context.
public static RequestContext ( this instance ) : System.Web.Routing.RequestContext
instance this The instance.
return System.Web.Routing.RequestContext