C# Class System.Web.Mvc.UrlHelpers

Show file Open project: dancoppock/MVC3-Starter-Site

Public Methods

Method Description
GetReturnUrl ( System.Web.HttpContextBase context ) : string
GetReturnUrl ( this helper ) : string
SiteRoot ( System.Web.HttpContextBase context ) : string
SiteRoot ( System.Web.HttpContextBase context, bool usePort ) : string
SiteRoot ( this url ) : string

Method Details

GetReturnUrl() public static method

public static GetReturnUrl ( System.Web.HttpContextBase context ) : string
context System.Web.HttpContextBase
return string

GetReturnUrl() public static method

public static GetReturnUrl ( this helper ) : string
helper this
return string

SiteRoot() public static method

public static SiteRoot ( System.Web.HttpContextBase context ) : string
context System.Web.HttpContextBase
return string

SiteRoot() public static method

public static SiteRoot ( System.Web.HttpContextBase context, bool usePort ) : string
context System.Web.HttpContextBase
usePort bool
return string

SiteRoot() public static method

public static SiteRoot ( this url ) : string
url this
return string