C# Class EngageNet.Mvc.Html.EngageUrlBuilder

Show file Open project: troygoode/EngageNet

Public Methods

Method Description
EmbedUrl ( string pathAndQuery ) : string
EmbedUrl ( string action, string controller ) : string
EngageUrlBuilder ( System.Web.Mvc.UrlHelper urlHelper ) : System.Web
OverlayUrl ( string pathAndQuery ) : string
OverlayUrl ( string action, string controller ) : string
TokenUrl ( string pathAndQuery ) : string
TokenUrl ( string action, string controller ) : string

Method Details

EmbedUrl() public method

public EmbedUrl ( string pathAndQuery ) : string
pathAndQuery string
return string

EmbedUrl() public method

public EmbedUrl ( string action, string controller ) : string
action string
controller string
return string

EngageUrlBuilder() public method

public EngageUrlBuilder ( System.Web.Mvc.UrlHelper urlHelper ) : System.Web
urlHelper System.Web.Mvc.UrlHelper
return System.Web

OverlayUrl() public method

public OverlayUrl ( string pathAndQuery ) : string
pathAndQuery string
return string

OverlayUrl() public method

public OverlayUrl ( string action, string controller ) : string
action string
controller string
return string

TokenUrl() public method

public TokenUrl ( string pathAndQuery ) : string
pathAndQuery string
return string

TokenUrl() public method

public TokenUrl ( string action, string controller ) : string
action string
controller string
return string