C# Class Decision.Web.HtmlHelpers.T4SecureExtensions

Mostrar archivo Open project: rabbal/Decision

Public Methods

Method Description
AddRouteValue ( this result, string name, object value ) : System.Web.Mvc.ActionResult
FileExists ( string virtualPath ) : bool
GetRouteValueDictionary ( this result ) : RouteValueDictionary
GetT4MVCResult ( this result ) : IT4MVCActionResult
InitMVCT4Result ( this result, string area, string controller, string secureAction, string protocol = null ) : void
JavaScriptReplaceableUrl ( this urlHelper, System.Web.Mvc.ActionResult result ) : string

If specific route can be found, return that route with the parameter tokens in route string.

JavaScriptReplaceableUrl ( this urlHelper, Task taskResult ) : string
MapRoute ( this routes, string name, string url, System.Web.Mvc.ActionResult result ) : Route
MapRoute ( this routes, string name, string url, ActionResult result, object defaults ) : Route
MapRoute ( this routes, string name, string url, ActionResult result, object defaults, object constraints ) : Route
MapRoute ( this routes, string name, string url, ActionResult result, object defaults, object constraints, string namespaces ) : Route
MapRoute ( this routes, string name, string url, ActionResult result, object defaults, string namespaces ) : Route
MapRoute ( this routes, string name, string url, ActionResult result, string namespaces ) : Route
MapRoute ( this routes, string name, string url, Task taskResult ) : Route
MapRoute ( this routes, string name, string url, Task taskResult, object defaults ) : Route
MapRoute ( this routes, string name, string url, Task taskResult, object defaults, object constraints ) : Route
MapRoute ( this routes, string name, string url, Task taskResult, object defaults, object constraints, string namespaces ) : Route
MapRoute ( this routes, string name, string url, Task taskResult, object defaults, string namespaces ) : Route
MapRoute ( this routes, string name, string url, Task taskResult, string namespaces ) : Route
MapRouteArea ( this context, string name, string url, ActionResult result ) : Route
MapRouteArea ( this context, string name, string url, ActionResult result, object defaults ) : Route
MapRouteArea ( this context, string name, string url, ActionResult result, object defaults, object constraints ) : Route
MapRouteArea ( this context, string name, string url, ActionResult result, object defaults, object constraints, string namespaces ) : Route
MapRouteArea ( this context, string name, string url, ActionResult result, object defaults, string namespaces ) : Route
MapRouteArea ( this context, string name, string url, ActionResult result, string namespaces ) : Route
MapRouteArea ( this context, string name, string url, Task taskResult ) : Route
MapRouteArea ( this context, string name, string url, Task taskResult, object defaults ) : Route
MapRouteArea ( this context, string name, string url, Task taskResult, object defaults, object constraints ) : Route
MapRouteArea ( this context, string name, string url, Task taskResult, object defaults, object constraints, string namespaces ) : Route
MapRouteArea ( this context, string name, string url, Task taskResult, object defaults, string namespaces ) : Route
MapRouteArea ( this context, string name, string url, Task taskResult, string namespaces ) : Route
RenderSecureAction ( this htmlHelper, ActionResult result ) : void
RenderSecureAction ( this htmlHelper, Task taskResult ) : void
RouteLink ( this htmlHelper, string linkText, ActionResult result, object>.IDictionary htmlAttributes ) : MvcHtmlString
RouteLink ( this htmlHelper, string linkText, ActionResult result, object htmlAttributes ) : MvcHtmlString
RouteLink ( this htmlHelper, string linkText, Task taskResult, object>.IDictionary htmlAttributes ) : MvcHtmlString
RouteLink ( this htmlHelper, string linkText, Task taskResult, object htmlAttributes ) : MvcHtmlString
RouteLink ( this ajaxHelper, string linkText, string routeName, ActionResult result, AjaxOptions ajaxOptions ) : MvcHtmlString
RouteLink ( this ajaxHelper, string linkText, string routeName, ActionResult result, AjaxOptions ajaxOptions, object>.IDictionary htmlAttributes ) : MvcHtmlString
RouteLink ( this ajaxHelper, string linkText, string routeName, ActionResult result, AjaxOptions ajaxOptions, object htmlAttributes ) : MvcHtmlString
RouteLink ( this htmlHelper, string linkText, string routeName, ActionResult result, object>.IDictionary htmlAttributes ) : MvcHtmlString
RouteLink ( this htmlHelper, string linkText, string routeName, ActionResult result, object>.IDictionary htmlAttributes, string protocol ) : MvcHtmlString
RouteLink ( this htmlHelper, string linkText, string routeName, ActionResult result, object>.IDictionary htmlAttributes, string protocol, string hostName ) : MvcHtmlString
RouteLink ( this htmlHelper, string linkText, string routeName, ActionResult result, object>.IDictionary htmlAttributes, string protocol, string hostName, string fragment ) : MvcHtmlString
RouteLink ( this htmlHelper, string linkText, string routeName, ActionResult result, object htmlAttributes ) : MvcHtmlString
RouteLink ( this htmlHelper, string linkText, string routeName, ActionResult result, object htmlAttributes, string protocol ) : MvcHtmlString
RouteLink ( this htmlHelper, string linkText, string routeName, ActionResult result, object htmlAttributes, string protocol, string hostName ) : MvcHtmlString
RouteLink ( this htmlHelper, string linkText, string routeName, ActionResult result, object htmlAttributes, string protocol, string hostName, string fragment ) : MvcHtmlString
RouteLink ( this ajaxHelper, string linkText, string routeName, Task taskResult, AjaxOptions ajaxOptions ) : MvcHtmlString
RouteLink ( this ajaxHelper, string linkText, string routeName, Task taskResult, AjaxOptions ajaxOptions, object>.IDictionary htmlAttributes ) : MvcHtmlString
RouteLink ( this ajaxHelper, string linkText, string routeName, Task taskResult, AjaxOptions ajaxOptions, object htmlAttributes ) : MvcHtmlString
RouteLink ( this htmlHelper, string linkText, string routeName, Task taskResult, object>.IDictionary htmlAttributes ) : MvcHtmlString
RouteLink ( this htmlHelper, string linkText, string routeName, Task taskResult, object>.IDictionary htmlAttributes, string protocol ) : MvcHtmlString
RouteLink ( this htmlHelper, string linkText, string routeName, Task taskResult, object>.IDictionary htmlAttributes, string protocol, string hostName ) : MvcHtmlString
RouteLink ( this htmlHelper, string linkText, string routeName, Task taskResult, object>.IDictionary htmlAttributes, string protocol, string hostName, string fragment ) : MvcHtmlString
RouteLink ( this htmlHelper, string linkText, string routeName, Task taskResult, object htmlAttributes ) : MvcHtmlString
RouteLink ( this htmlHelper, string linkText, string routeName, Task taskResult, object htmlAttributes, string protocol ) : MvcHtmlString
RouteLink ( this htmlHelper, string linkText, string routeName, Task taskResult, object htmlAttributes, string protocol, string hostName ) : MvcHtmlString
RouteLink ( this htmlHelper, string linkText, string routeName, Task taskResult, object htmlAttributes, string protocol, string hostName, string fragment ) : MvcHtmlString
RouteUrl ( this urlHelper, ActionResult result ) : string
RouteUrl ( this urlHelper, Task taskResult ) : string
RouteUrl ( this urlHelper, string routeName, ActionResult result ) : string
RouteUrl ( this urlHelper, string routeName, ActionResult result, string protocol ) : string
RouteUrl ( this urlHelper, string routeName, ActionResult result, string protocol, string hostName ) : string
RouteUrl ( this urlHelper, string routeName, Task taskResult ) : string
RouteUrl ( this urlHelper, string routeName, Task taskResult, string protocol ) : string
RouteUrl ( this urlHelper, string routeName, Task taskResult, string protocol, string hostName ) : string
SecureAction ( this htmlHelper, ActionResult result ) : MvcHtmlString
SecureAction ( this htmlHelper, Task taskResult ) : MvcHtmlString
SecureAction ( this urlHelper, ActionResult result ) : string
SecureAction ( this urlHelper, ActionResult result, string protocol = null, string hostName = null ) : string
SecureAction ( this urlHelper, Task taskResult ) : string
SecureAction ( this urlHelper, Task taskResult, string protocol = null, string hostName = null ) : string
SecureActionAbsolute ( this urlHelper, Task taskResult ) : string
SecureActionLink ( this htmlHelper, string linkText, ActionResult result ) : MvcHtmlString
SecureActionLink ( this ajaxHelper, string linkText, ActionResult result, AjaxOptions ajaxOptions ) : MvcHtmlString
SecureActionLink ( this ajaxHelper, string linkText, ActionResult result, AjaxOptions ajaxOptions, object>.IDictionary htmlAttributes ) : MvcHtmlString
SecureActionLink ( this ajaxHelper, string linkText, ActionResult result, AjaxOptions ajaxOptions, object htmlAttributes ) : MvcHtmlString
SecureActionLink ( this htmlHelper, string linkText, ActionResult result, object>.IDictionary htmlAttributes ) : MvcHtmlString
SecureActionLink ( this htmlHelper, string linkText, ActionResult result, object>.IDictionary htmlAttributes, string protocol ) : MvcHtmlString
SecureActionLink ( this htmlHelper, string linkText, ActionResult result, object>.IDictionary htmlAttributes, string protocol, string hostName ) : MvcHtmlString
SecureActionLink ( this htmlHelper, string linkText, ActionResult result, object>.IDictionary htmlAttributes, string protocol, string hostName, string fragment ) : MvcHtmlString
SecureActionLink ( this htmlHelper, string linkText, ActionResult result, object htmlAttributes ) : MvcHtmlString
SecureActionLink ( this htmlHelper, string linkText, ActionResult result, object htmlAttributes, string protocol ) : MvcHtmlString
SecureActionLink ( this htmlHelper, string linkText, ActionResult result, object htmlAttributes, string protocol, string hostName ) : MvcHtmlString
SecureActionLink ( this htmlHelper, string linkText, ActionResult result, object htmlAttributes, string protocol, string hostName, string fragment ) : MvcHtmlString
SecureActionLink ( this htmlHelper, string linkText, Task taskResult ) : MvcHtmlString
SecureActionLink ( this ajaxHelper, string linkText, Task taskResult, AjaxOptions ajaxOptions ) : MvcHtmlString
SecureActionLink ( this ajaxHelper, string linkText, Task taskResult, AjaxOptions ajaxOptions, object>.IDictionary htmlAttributes ) : MvcHtmlString
SecureActionLink ( this ajaxHelper, string linkText, Task taskResult, AjaxOptions ajaxOptions, object htmlAttributes ) : MvcHtmlString
SecureActionLink ( this htmlHelper, string linkText, Task taskResult, object>.IDictionary htmlAttributes ) : MvcHtmlString
SecureActionLink ( this htmlHelper, string linkText, Task taskResult, object>.IDictionary htmlAttributes, string protocol ) : MvcHtmlString
SecureActionLink ( this htmlHelper, string linkText, Task taskResult, object>.IDictionary htmlAttributes, string protocol, string hostName ) : MvcHtmlString
SecureActionLink ( this htmlHelper, string linkText, Task taskResult, object>.IDictionary htmlAttributes, string protocol, string hostName, string fragment ) : MvcHtmlString
SecureActionLink ( this htmlHelper, string linkText, Task taskResult, object htmlAttributes ) : MvcHtmlString
SecureActionLink ( this htmlHelper, string linkText, Task taskResult, object htmlAttributes, string protocol ) : MvcHtmlString
SecureActionLink ( this htmlHelper, string linkText, Task taskResult, object htmlAttributes, string protocol, string hostName ) : MvcHtmlString
SecureActionLink ( this htmlHelper, string linkText, Task taskResult, object htmlAttributes, string protocol, string hostName, string fragment ) : MvcHtmlString
SecureAddRouteValues ( this result, RouteValueDictionary routeValues ) : ActionResult
SecureAddRouteValues ( this result, System nameValueCollection ) : ActionResult
SecureAddRouteValues ( this result, object routeValues ) : ActionResult
SecureBeginForm ( this htmlHelper, ActionResult result ) : MvcForm
SecureBeginForm ( this ajaxHelper, ActionResult result, AjaxOptions ajaxOptions ) : MvcForm
SecureBeginForm ( this ajaxHelper, ActionResult result, AjaxOptions ajaxOptions, object>.IDictionary htmlAttributes ) : MvcForm
SecureBeginForm ( this ajaxHelper, ActionResult result, AjaxOptions ajaxOptions, object htmlAttributes ) : MvcForm
SecureBeginForm ( this htmlHelper, ActionResult result, FormMethod formMethod ) : MvcForm
SecureBeginForm ( this htmlHelper, ActionResult result, FormMethod formMethod, object>.IDictionary htmlAttributes ) : MvcForm
SecureBeginForm ( this htmlHelper, ActionResult result, FormMethod formMethod, object htmlAttributes ) : MvcForm
SecureBeginForm ( this htmlHelper, Task taskResult ) : MvcForm
SecureBeginForm ( this ajaxHelper, Task taskResult, AjaxOptions ajaxOptions ) : MvcForm
SecureBeginForm ( this ajaxHelper, Task taskResult, AjaxOptions ajaxOptions, object>.IDictionary htmlAttributes ) : MvcForm
SecureBeginForm ( this ajaxHelper, Task taskResult, AjaxOptions ajaxOptions, object htmlAttributes ) : MvcForm
SecureBeginForm ( this htmlHelper, Task taskResult, FormMethod formMethod ) : MvcForm
SecureBeginForm ( this htmlHelper, Task taskResult, FormMethod formMethod, object>.IDictionary htmlAttributes ) : MvcForm
SecureBeginForm ( this htmlHelper, Task taskResult, FormMethod formMethod, object htmlAttributes ) : MvcForm
SecureBeginRouteForm ( this htmlHelper, ActionResult result ) : MvcForm
SecureBeginRouteForm ( this htmlHelper, Task taskResult ) : MvcForm
SecureBeginRouteForm ( this htmlHelper, string routeName, ActionResult result ) : MvcForm
SecureBeginRouteForm ( this ajaxHelper, string routeName, ActionResult result, AjaxOptions ajaxOptions ) : MvcForm
SecureBeginRouteForm ( this ajaxHelper, string routeName, ActionResult result, AjaxOptions ajaxOptions, object>.IDictionary htmlAttributes ) : MvcForm
SecureBeginRouteForm ( this ajaxHelper, string routeName, ActionResult result, AjaxOptions ajaxOptions, object htmlAttributes ) : MvcForm
SecureBeginRouteForm ( this htmlHelper, string routeName, ActionResult result, FormMethod method ) : MvcForm
SecureBeginRouteForm ( this htmlHelper, string routeName, ActionResult result, FormMethod method, object>.IDictionary htmlAttributes ) : MvcForm
SecureBeginRouteForm ( this htmlHelper, string routeName, ActionResult result, FormMethod method, object htmlAttributes ) : MvcForm
SecureBeginRouteForm ( this htmlHelper, string routeName, Task taskResult ) : MvcForm
SecureBeginRouteForm ( this ajaxHelper, string routeName, Task taskResult, AjaxOptions ajaxOptions ) : MvcForm
SecureBeginRouteForm ( this ajaxHelper, string routeName, Task taskResult, AjaxOptions ajaxOptions, object>.IDictionary htmlAttributes ) : MvcForm
SecureBeginRouteForm ( this ajaxHelper, string routeName, Task taskResult, AjaxOptions ajaxOptions, object htmlAttributes ) : MvcForm
SecureBeginRouteForm ( this htmlHelper, string routeName, Task taskResult, FormMethod method ) : MvcForm
SecureBeginRouteForm ( this htmlHelper, string routeName, Task taskResult, FormMethod method, object>.IDictionary htmlAttributes ) : MvcForm
SecureBeginRouteForm ( this htmlHelper, string routeName, Task taskResult, FormMethod method, object htmlAttributes ) : MvcForm
SideBarSecureActionLink ( this htmlHelper, string linkText, string url, string cssClass, string spanCssClass ) : MvcHtmlString
TimestampString ( string virtualPath ) : string

Private Methods

Method Description
CompareValue ( this dictionary, string key, string value ) : bool
CreateRoute ( string url, System.Web.Mvc.ActionResult result, object defaults, object constraints, string namespaces ) : Route
SecureActionAbsolute ( this urlHelper, ActionResult result ) : string

Method Details

AddRouteValue() public static method

public static AddRouteValue ( this result, string name, object value ) : System.Web.Mvc.ActionResult
result this
name string
value object
return System.Web.Mvc.ActionResult

FileExists() public static method

public static FileExists ( string virtualPath ) : bool
virtualPath string
return bool

GetRouteValueDictionary() public static method

public static GetRouteValueDictionary ( this result ) : RouteValueDictionary
result this
return RouteValueDictionary

GetT4MVCResult() public static method

public static GetT4MVCResult ( this result ) : IT4MVCActionResult
result this
return IT4MVCActionResult

InitMVCT4Result() public static method

public static InitMVCT4Result ( this result, string area, string controller, string secureAction, string protocol = null ) : void
result this
area string
controller string
secureAction string
protocol string
return void

JavaScriptReplaceableUrl() public static method

If specific route can be found, return that route with the parameter tokens in route string.
public static JavaScriptReplaceableUrl ( this urlHelper, System.Web.Mvc.ActionResult result ) : string
urlHelper this
result System.Web.Mvc.ActionResult
return string

JavaScriptReplaceableUrl() public static method

public static JavaScriptReplaceableUrl ( this urlHelper, Task taskResult ) : string
urlHelper this
taskResult Task
return string

MapRoute() public static method

public static MapRoute ( this routes, string name, string url, System.Web.Mvc.ActionResult result ) : Route
routes this
name string
url string
result System.Web.Mvc.ActionResult
return System.Web.Routing.Route

MapRoute() public static method

public static MapRoute ( this routes, string name, string url, ActionResult result, object defaults ) : Route
routes this
name string
url string
result ActionResult
defaults object
return Route

MapRoute() public static method

public static MapRoute ( this routes, string name, string url, ActionResult result, object defaults, object constraints ) : Route
routes this
name string
url string
result ActionResult
defaults object
constraints object
return Route

MapRoute() public static method

public static MapRoute ( this routes, string name, string url, ActionResult result, object defaults, object constraints, string namespaces ) : Route
routes this
name string
url string
result ActionResult
defaults object
constraints object
namespaces string
return Route

MapRoute() public static method

public static MapRoute ( this routes, string name, string url, ActionResult result, object defaults, string namespaces ) : Route
routes this
name string
url string
result ActionResult
defaults object
namespaces string
return Route

MapRoute() public static method

public static MapRoute ( this routes, string name, string url, ActionResult result, string namespaces ) : Route
routes this
name string
url string
result ActionResult
namespaces string
return Route

MapRoute() public static method

public static MapRoute ( this routes, string name, string url, Task taskResult ) : Route
routes this
name string
url string
taskResult Task
return Route

MapRoute() public static method

public static MapRoute ( this routes, string name, string url, Task taskResult, object defaults ) : Route
routes this
name string
url string
taskResult Task
defaults object
return Route

MapRoute() public static method

public static MapRoute ( this routes, string name, string url, Task taskResult, object defaults, object constraints ) : Route
routes this
name string
url string
taskResult Task
defaults object
constraints object
return Route

MapRoute() public static method

public static MapRoute ( this routes, string name, string url, Task taskResult, object defaults, object constraints, string namespaces ) : Route
routes this
name string
url string
taskResult Task
defaults object
constraints object
namespaces string
return Route

MapRoute() public static method

public static MapRoute ( this routes, string name, string url, Task taskResult, object defaults, string namespaces ) : Route
routes this
name string
url string
taskResult Task
defaults object
namespaces string
return Route

MapRoute() public static method

public static MapRoute ( this routes, string name, string url, Task taskResult, string namespaces ) : Route
routes this
name string
url string
taskResult Task
namespaces string
return Route

MapRouteArea() public static method

public static MapRouteArea ( this context, string name, string url, ActionResult result ) : Route
context this
name string
url string
result ActionResult
return Route

MapRouteArea() public static method

public static MapRouteArea ( this context, string name, string url, ActionResult result, object defaults ) : Route
context this
name string
url string
result ActionResult
defaults object
return Route

MapRouteArea() public static method

public static MapRouteArea ( this context, string name, string url, ActionResult result, object defaults, object constraints ) : Route
context this
name string
url string
result ActionResult
defaults object
constraints object
return Route

MapRouteArea() public static method

public static MapRouteArea ( this context, string name, string url, ActionResult result, object defaults, object constraints, string namespaces ) : Route
context this
name string
url string
result ActionResult
defaults object
constraints object
namespaces string
return Route

MapRouteArea() public static method

public static MapRouteArea ( this context, string name, string url, ActionResult result, object defaults, string namespaces ) : Route
context this
name string
url string
result ActionResult
defaults object
namespaces string
return Route

MapRouteArea() public static method

public static MapRouteArea ( this context, string name, string url, ActionResult result, string namespaces ) : Route
context this
name string
url string
result ActionResult
namespaces string
return Route

MapRouteArea() public static method

public static MapRouteArea ( this context, string name, string url, Task taskResult ) : Route
context this
name string
url string
taskResult Task
return Route

MapRouteArea() public static method

public static MapRouteArea ( this context, string name, string url, Task taskResult, object defaults ) : Route
context this
name string
url string
taskResult Task
defaults object
return Route

MapRouteArea() public static method

public static MapRouteArea ( this context, string name, string url, Task taskResult, object defaults, object constraints ) : Route
context this
name string
url string
taskResult Task
defaults object
constraints object
return Route

MapRouteArea() public static method

public static MapRouteArea ( this context, string name, string url, Task taskResult, object defaults, object constraints, string namespaces ) : Route
context this
name string
url string
taskResult Task
defaults object
constraints object
namespaces string
return Route

MapRouteArea() public static method

public static MapRouteArea ( this context, string name, string url, Task taskResult, object defaults, string namespaces ) : Route
context this
name string
url string
taskResult Task
defaults object
namespaces string
return Route

MapRouteArea() public static method

public static MapRouteArea ( this context, string name, string url, Task taskResult, string namespaces ) : Route
context this
name string
url string
taskResult Task
namespaces string
return Route

RenderSecureAction() public static method

public static RenderSecureAction ( this htmlHelper, ActionResult result ) : void
htmlHelper this
result ActionResult
return void

RenderSecureAction() public static method

public static RenderSecureAction ( this htmlHelper, Task taskResult ) : void
htmlHelper this
taskResult Task
return void

RouteLink() public static method

public static RouteLink ( this htmlHelper, string linkText, ActionResult result, object>.IDictionary htmlAttributes ) : MvcHtmlString
htmlHelper this
linkText string
result ActionResult
htmlAttributes object>.IDictionary
return MvcHtmlString

RouteLink() public static method

public static RouteLink ( this htmlHelper, string linkText, ActionResult result, object htmlAttributes ) : MvcHtmlString
htmlHelper this
linkText string
result ActionResult
htmlAttributes object
return MvcHtmlString

RouteLink() public static method

public static RouteLink ( this htmlHelper, string linkText, Task taskResult, object>.IDictionary htmlAttributes ) : MvcHtmlString
htmlHelper this
linkText string
taskResult Task
htmlAttributes object>.IDictionary
return MvcHtmlString

RouteLink() public static method

public static RouteLink ( this htmlHelper, string linkText, Task taskResult, object htmlAttributes ) : MvcHtmlString
htmlHelper this
linkText string
taskResult Task
htmlAttributes object
return MvcHtmlString

RouteLink() public static method

public static RouteLink ( this ajaxHelper, string linkText, string routeName, ActionResult result, AjaxOptions ajaxOptions ) : MvcHtmlString
ajaxHelper this
linkText string
routeName string
result ActionResult
ajaxOptions AjaxOptions
return MvcHtmlString

RouteLink() public static method

public static RouteLink ( this ajaxHelper, string linkText, string routeName, ActionResult result, AjaxOptions ajaxOptions, object>.IDictionary htmlAttributes ) : MvcHtmlString
ajaxHelper this
linkText string
routeName string
result ActionResult
ajaxOptions AjaxOptions
htmlAttributes object>.IDictionary
return MvcHtmlString

RouteLink() public static method

public static RouteLink ( this ajaxHelper, string linkText, string routeName, ActionResult result, AjaxOptions ajaxOptions, object htmlAttributes ) : MvcHtmlString
ajaxHelper this
linkText string
routeName string
result ActionResult
ajaxOptions AjaxOptions
htmlAttributes object
return MvcHtmlString

RouteLink() public static method

public static RouteLink ( this htmlHelper, string linkText, string routeName, ActionResult result, object>.IDictionary htmlAttributes ) : MvcHtmlString
htmlHelper this
linkText string
routeName string
result ActionResult
htmlAttributes object>.IDictionary
return MvcHtmlString

RouteLink() public static method

public static RouteLink ( this htmlHelper, string linkText, string routeName, ActionResult result, object>.IDictionary htmlAttributes, string protocol ) : MvcHtmlString
htmlHelper this
linkText string
routeName string
result ActionResult
htmlAttributes object>.IDictionary
protocol string
return MvcHtmlString

RouteLink() public static method

public static RouteLink ( this htmlHelper, string linkText, string routeName, ActionResult result, object>.IDictionary htmlAttributes, string protocol, string hostName ) : MvcHtmlString
htmlHelper this
linkText string
routeName string
result ActionResult
htmlAttributes object>.IDictionary
protocol string
hostName string
return MvcHtmlString

RouteLink() public static method

public static RouteLink ( this htmlHelper, string linkText, string routeName, ActionResult result, object>.IDictionary htmlAttributes, string protocol, string hostName, string fragment ) : MvcHtmlString
htmlHelper this
linkText string
routeName string
result ActionResult
htmlAttributes object>.IDictionary
protocol string
hostName string
fragment string
return MvcHtmlString

RouteLink() public static method

public static RouteLink ( this htmlHelper, string linkText, string routeName, ActionResult result, object htmlAttributes ) : MvcHtmlString
htmlHelper this
linkText string
routeName string
result ActionResult
htmlAttributes object
return MvcHtmlString

RouteLink() public static method

public static RouteLink ( this htmlHelper, string linkText, string routeName, ActionResult result, object htmlAttributes, string protocol ) : MvcHtmlString
htmlHelper this
linkText string
routeName string
result ActionResult
htmlAttributes object
protocol string
return MvcHtmlString

RouteLink() public static method

public static RouteLink ( this htmlHelper, string linkText, string routeName, ActionResult result, object htmlAttributes, string protocol, string hostName ) : MvcHtmlString
htmlHelper this
linkText string
routeName string
result ActionResult
htmlAttributes object
protocol string
hostName string
return MvcHtmlString

RouteLink() public static method

public static RouteLink ( this htmlHelper, string linkText, string routeName, ActionResult result, object htmlAttributes, string protocol, string hostName, string fragment ) : MvcHtmlString
htmlHelper this
linkText string
routeName string
result ActionResult
htmlAttributes object
protocol string
hostName string
fragment string
return MvcHtmlString

RouteLink() public static method

public static RouteLink ( this ajaxHelper, string linkText, string routeName, Task taskResult, AjaxOptions ajaxOptions ) : MvcHtmlString
ajaxHelper this
linkText string
routeName string
taskResult Task
ajaxOptions AjaxOptions
return MvcHtmlString

RouteLink() public static method

public static RouteLink ( this ajaxHelper, string linkText, string routeName, Task taskResult, AjaxOptions ajaxOptions, object>.IDictionary htmlAttributes ) : MvcHtmlString
ajaxHelper this
linkText string
routeName string
taskResult Task
ajaxOptions AjaxOptions
htmlAttributes object>.IDictionary
return MvcHtmlString

RouteLink() public static method

public static RouteLink ( this ajaxHelper, string linkText, string routeName, Task taskResult, AjaxOptions ajaxOptions, object htmlAttributes ) : MvcHtmlString
ajaxHelper this
linkText string
routeName string
taskResult Task
ajaxOptions AjaxOptions
htmlAttributes object
return MvcHtmlString

RouteLink() public static method

public static RouteLink ( this htmlHelper, string linkText, string routeName, Task taskResult, object>.IDictionary htmlAttributes ) : MvcHtmlString
htmlHelper this
linkText string
routeName string
taskResult Task
htmlAttributes object>.IDictionary
return MvcHtmlString

RouteLink() public static method

public static RouteLink ( this htmlHelper, string linkText, string routeName, Task taskResult, object>.IDictionary htmlAttributes, string protocol ) : MvcHtmlString
htmlHelper this
linkText string
routeName string
taskResult Task
htmlAttributes object>.IDictionary
protocol string
return MvcHtmlString

RouteLink() public static method

public static RouteLink ( this htmlHelper, string linkText, string routeName, Task taskResult, object>.IDictionary htmlAttributes, string protocol, string hostName ) : MvcHtmlString
htmlHelper this
linkText string
routeName string
taskResult Task
htmlAttributes object>.IDictionary
protocol string
hostName string
return MvcHtmlString

RouteLink() public static method

public static RouteLink ( this htmlHelper, string linkText, string routeName, Task taskResult, object>.IDictionary htmlAttributes, string protocol, string hostName, string fragment ) : MvcHtmlString
htmlHelper this
linkText string
routeName string
taskResult Task
htmlAttributes object>.IDictionary
protocol string
hostName string
fragment string
return MvcHtmlString

RouteLink() public static method

public static RouteLink ( this htmlHelper, string linkText, string routeName, Task taskResult, object htmlAttributes ) : MvcHtmlString
htmlHelper this
linkText string
routeName string
taskResult Task
htmlAttributes object
return MvcHtmlString

RouteLink() public static method

public static RouteLink ( this htmlHelper, string linkText, string routeName, Task taskResult, object htmlAttributes, string protocol ) : MvcHtmlString
htmlHelper this
linkText string
routeName string
taskResult Task
htmlAttributes object
protocol string
return MvcHtmlString

RouteLink() public static method

public static RouteLink ( this htmlHelper, string linkText, string routeName, Task taskResult, object htmlAttributes, string protocol, string hostName ) : MvcHtmlString
htmlHelper this
linkText string
routeName string
taskResult Task
htmlAttributes object
protocol string
hostName string
return MvcHtmlString

RouteLink() public static method

public static RouteLink ( this htmlHelper, string linkText, string routeName, Task taskResult, object htmlAttributes, string protocol, string hostName, string fragment ) : MvcHtmlString
htmlHelper this
linkText string
routeName string
taskResult Task
htmlAttributes object
protocol string
hostName string
fragment string
return MvcHtmlString

RouteUrl() public static method

public static RouteUrl ( this urlHelper, ActionResult result ) : string
urlHelper this
result ActionResult
return string

RouteUrl() public static method

public static RouteUrl ( this urlHelper, Task taskResult ) : string
urlHelper this
taskResult Task
return string

RouteUrl() public static method

public static RouteUrl ( this urlHelper, string routeName, ActionResult result ) : string
urlHelper this
routeName string
result ActionResult
return string

RouteUrl() public static method

public static RouteUrl ( this urlHelper, string routeName, ActionResult result, string protocol ) : string
urlHelper this
routeName string
result ActionResult
protocol string
return string

RouteUrl() public static method

public static RouteUrl ( this urlHelper, string routeName, ActionResult result, string protocol, string hostName ) : string
urlHelper this
routeName string
result ActionResult
protocol string
hostName string
return string

RouteUrl() public static method

public static RouteUrl ( this urlHelper, string routeName, Task taskResult ) : string
urlHelper this
routeName string
taskResult Task
return string

RouteUrl() public static method

public static RouteUrl ( this urlHelper, string routeName, Task taskResult, string protocol ) : string
urlHelper this
routeName string
taskResult Task
protocol string
return string

RouteUrl() public static method

public static RouteUrl ( this urlHelper, string routeName, Task taskResult, string protocol, string hostName ) : string
urlHelper this
routeName string
taskResult Task
protocol string
hostName string
return string

SecureAction() public static method

public static SecureAction ( this htmlHelper, ActionResult result ) : MvcHtmlString
htmlHelper this
result ActionResult
return MvcHtmlString

SecureAction() public static method

public static SecureAction ( this htmlHelper, Task taskResult ) : MvcHtmlString
htmlHelper this
taskResult Task
return MvcHtmlString

SecureAction() public static method

public static SecureAction ( this urlHelper, ActionResult result ) : string
urlHelper this
result ActionResult
return string

SecureAction() public static method

public static SecureAction ( this urlHelper, ActionResult result, string protocol = null, string hostName = null ) : string
urlHelper this
result ActionResult
protocol string
hostName string
return string

SecureAction() public static method

public static SecureAction ( this urlHelper, Task taskResult ) : string
urlHelper this
taskResult Task
return string

SecureAction() public static method

public static SecureAction ( this urlHelper, Task taskResult, string protocol = null, string hostName = null ) : string
urlHelper this
taskResult Task
protocol string
hostName string
return string

SecureActionAbsolute() public static method

public static SecureActionAbsolute ( this urlHelper, Task taskResult ) : string
urlHelper this
taskResult Task
return string

SecureActionLink() public static method

public static SecureActionLink ( this htmlHelper, string linkText, ActionResult result ) : MvcHtmlString
htmlHelper this
linkText string
result ActionResult
return MvcHtmlString

SecureActionLink() public static method

public static SecureActionLink ( this ajaxHelper, string linkText, ActionResult result, AjaxOptions ajaxOptions ) : MvcHtmlString
ajaxHelper this
linkText string
result ActionResult
ajaxOptions AjaxOptions
return MvcHtmlString

SecureActionLink() public static method

public static SecureActionLink ( this ajaxHelper, string linkText, ActionResult result, AjaxOptions ajaxOptions, object>.IDictionary htmlAttributes ) : MvcHtmlString
ajaxHelper this
linkText string
result ActionResult
ajaxOptions AjaxOptions
htmlAttributes object>.IDictionary
return MvcHtmlString

SecureActionLink() public static method

public static SecureActionLink ( this ajaxHelper, string linkText, ActionResult result, AjaxOptions ajaxOptions, object htmlAttributes ) : MvcHtmlString
ajaxHelper this
linkText string
result ActionResult
ajaxOptions AjaxOptions
htmlAttributes object
return MvcHtmlString

SecureActionLink() public static method

public static SecureActionLink ( this htmlHelper, string linkText, ActionResult result, object>.IDictionary htmlAttributes ) : MvcHtmlString
htmlHelper this
linkText string
result ActionResult
htmlAttributes object>.IDictionary
return MvcHtmlString

SecureActionLink() public static method

public static SecureActionLink ( this htmlHelper, string linkText, ActionResult result, object>.IDictionary htmlAttributes, string protocol ) : MvcHtmlString
htmlHelper this
linkText string
result ActionResult
htmlAttributes object>.IDictionary
protocol string
return MvcHtmlString

SecureActionLink() public static method

public static SecureActionLink ( this htmlHelper, string linkText, ActionResult result, object>.IDictionary htmlAttributes, string protocol, string hostName ) : MvcHtmlString
htmlHelper this
linkText string
result ActionResult
htmlAttributes object>.IDictionary
protocol string
hostName string
return MvcHtmlString

SecureActionLink() public static method

public static SecureActionLink ( this htmlHelper, string linkText, ActionResult result, object>.IDictionary htmlAttributes, string protocol, string hostName, string fragment ) : MvcHtmlString
htmlHelper this
linkText string
result ActionResult
htmlAttributes object>.IDictionary
protocol string
hostName string
fragment string
return MvcHtmlString

SecureActionLink() public static method

public static SecureActionLink ( this htmlHelper, string linkText, ActionResult result, object htmlAttributes ) : MvcHtmlString
htmlHelper this
linkText string
result ActionResult
htmlAttributes object
return MvcHtmlString

SecureActionLink() public static method

public static SecureActionLink ( this htmlHelper, string linkText, ActionResult result, object htmlAttributes, string protocol ) : MvcHtmlString
htmlHelper this
linkText string
result ActionResult
htmlAttributes object
protocol string
return MvcHtmlString

SecureActionLink() public static method

public static SecureActionLink ( this htmlHelper, string linkText, ActionResult result, object htmlAttributes, string protocol, string hostName ) : MvcHtmlString
htmlHelper this
linkText string
result ActionResult
htmlAttributes object
protocol string
hostName string
return MvcHtmlString

SecureActionLink() public static method

public static SecureActionLink ( this htmlHelper, string linkText, ActionResult result, object htmlAttributes, string protocol, string hostName, string fragment ) : MvcHtmlString
htmlHelper this
linkText string
result ActionResult
htmlAttributes object
protocol string
hostName string
fragment string
return MvcHtmlString

SecureActionLink() public static method

public static SecureActionLink ( this htmlHelper, string linkText, Task taskResult ) : MvcHtmlString
htmlHelper this
linkText string
taskResult Task
return MvcHtmlString

SecureActionLink() public static method

public static SecureActionLink ( this ajaxHelper, string linkText, Task taskResult, AjaxOptions ajaxOptions ) : MvcHtmlString
ajaxHelper this
linkText string
taskResult Task
ajaxOptions AjaxOptions
return MvcHtmlString

SecureActionLink() public static method

public static SecureActionLink ( this ajaxHelper, string linkText, Task taskResult, AjaxOptions ajaxOptions, object>.IDictionary htmlAttributes ) : MvcHtmlString
ajaxHelper this
linkText string
taskResult Task
ajaxOptions AjaxOptions
htmlAttributes object>.IDictionary
return MvcHtmlString

SecureActionLink() public static method

public static SecureActionLink ( this ajaxHelper, string linkText, Task taskResult, AjaxOptions ajaxOptions, object htmlAttributes ) : MvcHtmlString
ajaxHelper this
linkText string
taskResult Task
ajaxOptions AjaxOptions
htmlAttributes object
return MvcHtmlString

SecureActionLink() public static method

public static SecureActionLink ( this htmlHelper, string linkText, Task taskResult, object>.IDictionary htmlAttributes ) : MvcHtmlString
htmlHelper this
linkText string
taskResult Task
htmlAttributes object>.IDictionary
return MvcHtmlString

SecureActionLink() public static method

public static SecureActionLink ( this htmlHelper, string linkText, Task taskResult, object>.IDictionary htmlAttributes, string protocol ) : MvcHtmlString
htmlHelper this
linkText string
taskResult Task
htmlAttributes object>.IDictionary
protocol string
return MvcHtmlString

SecureActionLink() public static method

public static SecureActionLink ( this htmlHelper, string linkText, Task taskResult, object>.IDictionary htmlAttributes, string protocol, string hostName ) : MvcHtmlString
htmlHelper this
linkText string
taskResult Task
htmlAttributes object>.IDictionary
protocol string
hostName string
return MvcHtmlString

SecureActionLink() public static method

public static SecureActionLink ( this htmlHelper, string linkText, Task taskResult, object>.IDictionary htmlAttributes, string protocol, string hostName, string fragment ) : MvcHtmlString
htmlHelper this
linkText string
taskResult Task
htmlAttributes object>.IDictionary
protocol string
hostName string
fragment string
return MvcHtmlString

SecureActionLink() public static method

public static SecureActionLink ( this htmlHelper, string linkText, Task taskResult, object htmlAttributes ) : MvcHtmlString
htmlHelper this
linkText string
taskResult Task
htmlAttributes object
return MvcHtmlString

SecureActionLink() public static method

public static SecureActionLink ( this htmlHelper, string linkText, Task taskResult, object htmlAttributes, string protocol ) : MvcHtmlString
htmlHelper this
linkText string
taskResult Task
htmlAttributes object
protocol string
return MvcHtmlString

SecureActionLink() public static method

public static SecureActionLink ( this htmlHelper, string linkText, Task taskResult, object htmlAttributes, string protocol, string hostName ) : MvcHtmlString
htmlHelper this
linkText string
taskResult Task
htmlAttributes object
protocol string
hostName string
return MvcHtmlString

SecureActionLink() public static method

public static SecureActionLink ( this htmlHelper, string linkText, Task taskResult, object htmlAttributes, string protocol, string hostName, string fragment ) : MvcHtmlString
htmlHelper this
linkText string
taskResult Task
htmlAttributes object
protocol string
hostName string
fragment string
return MvcHtmlString

SecureAddRouteValues() public static method

public static SecureAddRouteValues ( this result, RouteValueDictionary routeValues ) : ActionResult
result this
routeValues RouteValueDictionary
return ActionResult

SecureAddRouteValues() public static method

public static SecureAddRouteValues ( this result, System nameValueCollection ) : ActionResult
result this
nameValueCollection System
return ActionResult

SecureAddRouteValues() public static method

public static SecureAddRouteValues ( this result, object routeValues ) : ActionResult
result this
routeValues object
return ActionResult

SecureBeginForm() public static method

public static SecureBeginForm ( this htmlHelper, ActionResult result ) : MvcForm
htmlHelper this
result ActionResult
return MvcForm

SecureBeginForm() public static method

public static SecureBeginForm ( this ajaxHelper, ActionResult result, AjaxOptions ajaxOptions ) : MvcForm
ajaxHelper this
result ActionResult
ajaxOptions AjaxOptions
return MvcForm

SecureBeginForm() public static method

public static SecureBeginForm ( this ajaxHelper, ActionResult result, AjaxOptions ajaxOptions, object>.IDictionary htmlAttributes ) : MvcForm
ajaxHelper this
result ActionResult
ajaxOptions AjaxOptions
htmlAttributes object>.IDictionary
return MvcForm

SecureBeginForm() public static method

public static SecureBeginForm ( this ajaxHelper, ActionResult result, AjaxOptions ajaxOptions, object htmlAttributes ) : MvcForm
ajaxHelper this
result ActionResult
ajaxOptions AjaxOptions
htmlAttributes object
return MvcForm

SecureBeginForm() public static method

public static SecureBeginForm ( this htmlHelper, ActionResult result, FormMethod formMethod ) : MvcForm
htmlHelper this
result ActionResult
formMethod FormMethod
return MvcForm

SecureBeginForm() public static method

public static SecureBeginForm ( this htmlHelper, ActionResult result, FormMethod formMethod, object>.IDictionary htmlAttributes ) : MvcForm
htmlHelper this
result ActionResult
formMethod FormMethod
htmlAttributes object>.IDictionary
return MvcForm

SecureBeginForm() public static method

public static SecureBeginForm ( this htmlHelper, ActionResult result, FormMethod formMethod, object htmlAttributes ) : MvcForm
htmlHelper this
result ActionResult
formMethod FormMethod
htmlAttributes object
return MvcForm

SecureBeginForm() public static method

public static SecureBeginForm ( this htmlHelper, Task taskResult ) : MvcForm
htmlHelper this
taskResult Task
return MvcForm

SecureBeginForm() public static method

public static SecureBeginForm ( this ajaxHelper, Task taskResult, AjaxOptions ajaxOptions ) : MvcForm
ajaxHelper this
taskResult Task
ajaxOptions AjaxOptions
return MvcForm

SecureBeginForm() public static method

public static SecureBeginForm ( this ajaxHelper, Task taskResult, AjaxOptions ajaxOptions, object>.IDictionary htmlAttributes ) : MvcForm
ajaxHelper this
taskResult Task
ajaxOptions AjaxOptions
htmlAttributes object>.IDictionary
return MvcForm

SecureBeginForm() public static method

public static SecureBeginForm ( this ajaxHelper, Task taskResult, AjaxOptions ajaxOptions, object htmlAttributes ) : MvcForm
ajaxHelper this
taskResult Task
ajaxOptions AjaxOptions
htmlAttributes object
return MvcForm

SecureBeginForm() public static method

public static SecureBeginForm ( this htmlHelper, Task taskResult, FormMethod formMethod ) : MvcForm
htmlHelper this
taskResult Task
formMethod FormMethod
return MvcForm

SecureBeginForm() public static method

public static SecureBeginForm ( this htmlHelper, Task taskResult, FormMethod formMethod, object>.IDictionary htmlAttributes ) : MvcForm
htmlHelper this
taskResult Task
formMethod FormMethod
htmlAttributes object>.IDictionary
return MvcForm

SecureBeginForm() public static method

public static SecureBeginForm ( this htmlHelper, Task taskResult, FormMethod formMethod, object htmlAttributes ) : MvcForm
htmlHelper this
taskResult Task
formMethod FormMethod
htmlAttributes object
return MvcForm

SecureBeginRouteForm() public static method

public static SecureBeginRouteForm ( this htmlHelper, ActionResult result ) : MvcForm
htmlHelper this
result ActionResult
return MvcForm

SecureBeginRouteForm() public static method

public static SecureBeginRouteForm ( this htmlHelper, Task taskResult ) : MvcForm
htmlHelper this
taskResult Task
return MvcForm

SecureBeginRouteForm() public static method

public static SecureBeginRouteForm ( this htmlHelper, string routeName, ActionResult result ) : MvcForm
htmlHelper this
routeName string
result ActionResult
return MvcForm

SecureBeginRouteForm() public static method

public static SecureBeginRouteForm ( this ajaxHelper, string routeName, ActionResult result, AjaxOptions ajaxOptions ) : MvcForm
ajaxHelper this
routeName string
result ActionResult
ajaxOptions AjaxOptions
return MvcForm

SecureBeginRouteForm() public static method

public static SecureBeginRouteForm ( this ajaxHelper, string routeName, ActionResult result, AjaxOptions ajaxOptions, object>.IDictionary htmlAttributes ) : MvcForm
ajaxHelper this
routeName string
result ActionResult
ajaxOptions AjaxOptions
htmlAttributes object>.IDictionary
return MvcForm

SecureBeginRouteForm() public static method

public static SecureBeginRouteForm ( this ajaxHelper, string routeName, ActionResult result, AjaxOptions ajaxOptions, object htmlAttributes ) : MvcForm
ajaxHelper this
routeName string
result ActionResult
ajaxOptions AjaxOptions
htmlAttributes object
return MvcForm

SecureBeginRouteForm() public static method

public static SecureBeginRouteForm ( this htmlHelper, string routeName, ActionResult result, FormMethod method ) : MvcForm
htmlHelper this
routeName string
result ActionResult
method FormMethod
return MvcForm

SecureBeginRouteForm() public static method

public static SecureBeginRouteForm ( this htmlHelper, string routeName, ActionResult result, FormMethod method, object>.IDictionary htmlAttributes ) : MvcForm
htmlHelper this
routeName string
result ActionResult
method FormMethod
htmlAttributes object>.IDictionary
return MvcForm

SecureBeginRouteForm() public static method

public static SecureBeginRouteForm ( this htmlHelper, string routeName, ActionResult result, FormMethod method, object htmlAttributes ) : MvcForm
htmlHelper this
routeName string
result ActionResult
method FormMethod
htmlAttributes object
return MvcForm

SecureBeginRouteForm() public static method

public static SecureBeginRouteForm ( this htmlHelper, string routeName, Task taskResult ) : MvcForm
htmlHelper this
routeName string
taskResult Task
return MvcForm

SecureBeginRouteForm() public static method

public static SecureBeginRouteForm ( this ajaxHelper, string routeName, Task taskResult, AjaxOptions ajaxOptions ) : MvcForm
ajaxHelper this
routeName string
taskResult Task
ajaxOptions AjaxOptions
return MvcForm

SecureBeginRouteForm() public static method

public static SecureBeginRouteForm ( this ajaxHelper, string routeName, Task taskResult, AjaxOptions ajaxOptions, object>.IDictionary htmlAttributes ) : MvcForm
ajaxHelper this
routeName string
taskResult Task
ajaxOptions AjaxOptions
htmlAttributes object>.IDictionary
return MvcForm

SecureBeginRouteForm() public static method

public static SecureBeginRouteForm ( this ajaxHelper, string routeName, Task taskResult, AjaxOptions ajaxOptions, object htmlAttributes ) : MvcForm
ajaxHelper this
routeName string
taskResult Task
ajaxOptions AjaxOptions
htmlAttributes object
return MvcForm

SecureBeginRouteForm() public static method

public static SecureBeginRouteForm ( this htmlHelper, string routeName, Task taskResult, FormMethod method ) : MvcForm
htmlHelper this
routeName string
taskResult Task
method FormMethod
return MvcForm

SecureBeginRouteForm() public static method

public static SecureBeginRouteForm ( this htmlHelper, string routeName, Task taskResult, FormMethod method, object>.IDictionary htmlAttributes ) : MvcForm
htmlHelper this
routeName string
taskResult Task
method FormMethod
htmlAttributes object>.IDictionary
return MvcForm

SecureBeginRouteForm() public static method

public static SecureBeginRouteForm ( this htmlHelper, string routeName, Task taskResult, FormMethod method, object htmlAttributes ) : MvcForm
htmlHelper this
routeName string
taskResult Task
method FormMethod
htmlAttributes object
return MvcForm

SideBarSecureActionLink() public static method

public static SideBarSecureActionLink ( this htmlHelper, string linkText, string url, string cssClass, string spanCssClass ) : MvcHtmlString
htmlHelper this
linkText string
url string
cssClass string
spanCssClass string
return MvcHtmlString

TimestampString() public static method

public static TimestampString ( string virtualPath ) : string
virtualPath string
return string