C# Class Decision.Web.HtmlHelpers.T4SecureExtensions

Afficher le fichier Open project: rabbal/Decision

Méthodes publiques

Méthode 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

Méthode 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 méthode

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

FileExists() public static méthode

public static FileExists ( string virtualPath ) : bool
virtualPath string
Résultat bool

GetRouteValueDictionary() public static méthode

public static GetRouteValueDictionary ( this result ) : RouteValueDictionary
result this
Résultat RouteValueDictionary

GetT4MVCResult() public static méthode

public static GetT4MVCResult ( this result ) : IT4MVCActionResult
result this
Résultat IT4MVCActionResult

InitMVCT4Result() public static méthode

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
Résultat void

JavaScriptReplaceableUrl() public static méthode

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
Résultat string

JavaScriptReplaceableUrl() public static méthode

public static JavaScriptReplaceableUrl ( this urlHelper, Task taskResult ) : string
urlHelper this
taskResult Task
Résultat string

MapRoute() public static méthode

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
Résultat System.Web.Routing.Route

MapRoute() public static méthode

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

MapRoute() public static méthode

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
Résultat Route

MapRoute() public static méthode

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
Résultat Route

MapRoute() public static méthode

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
Résultat Route

MapRoute() public static méthode

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

MapRoute() public static méthode

public static MapRoute ( this routes, string name, string url, Task taskResult ) : Route
routes this
name string
url string
taskResult Task
Résultat Route

MapRoute() public static méthode

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

MapRoute() public static méthode

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
Résultat Route

MapRoute() public static méthode

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
Résultat Route

MapRoute() public static méthode

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
Résultat Route

MapRoute() public static méthode

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

MapRouteArea() public static méthode

public static MapRouteArea ( this context, string name, string url, ActionResult result ) : Route
context this
name string
url string
result ActionResult
Résultat Route

MapRouteArea() public static méthode

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

MapRouteArea() public static méthode

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
Résultat Route

MapRouteArea() public static méthode

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
Résultat Route

MapRouteArea() public static méthode

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
Résultat Route

MapRouteArea() public static méthode

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

MapRouteArea() public static méthode

public static MapRouteArea ( this context, string name, string url, Task taskResult ) : Route
context this
name string
url string
taskResult Task
Résultat Route

MapRouteArea() public static méthode

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

MapRouteArea() public static méthode

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
Résultat Route

MapRouteArea() public static méthode

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
Résultat Route

MapRouteArea() public static méthode

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
Résultat Route

MapRouteArea() public static méthode

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

RenderSecureAction() public static méthode

public static RenderSecureAction ( this htmlHelper, ActionResult result ) : void
htmlHelper this
result ActionResult
Résultat void

RenderSecureAction() public static méthode

public static RenderSecureAction ( this htmlHelper, Task taskResult ) : void
htmlHelper this
taskResult Task
Résultat void

RouteLink() public static méthode

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

RouteLink() public static méthode

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

RouteLink() public static méthode

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

RouteLink() public static méthode

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

RouteLink() public static méthode

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

RouteLink() public static méthode

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
Résultat MvcHtmlString

RouteLink() public static méthode

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
Résultat MvcHtmlString

RouteLink() public static méthode

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
Résultat MvcHtmlString

RouteLink() public static méthode

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
Résultat MvcHtmlString

RouteLink() public static méthode

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
Résultat MvcHtmlString

RouteLink() public static méthode

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
Résultat MvcHtmlString

RouteLink() public static méthode

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

RouteLink() public static méthode

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
Résultat MvcHtmlString

RouteLink() public static méthode

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
Résultat MvcHtmlString

RouteLink() public static méthode

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
Résultat MvcHtmlString

RouteLink() public static méthode

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

RouteLink() public static méthode

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
Résultat MvcHtmlString

RouteLink() public static méthode

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
Résultat MvcHtmlString

RouteLink() public static méthode

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
Résultat MvcHtmlString

RouteLink() public static méthode

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
Résultat MvcHtmlString

RouteLink() public static méthode

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
Résultat MvcHtmlString

RouteLink() public static méthode

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
Résultat MvcHtmlString

RouteLink() public static méthode

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

RouteLink() public static méthode

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
Résultat MvcHtmlString

RouteLink() public static méthode

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
Résultat MvcHtmlString

RouteLink() public static méthode

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
Résultat MvcHtmlString

RouteUrl() public static méthode

public static RouteUrl ( this urlHelper, ActionResult result ) : string
urlHelper this
result ActionResult
Résultat string

RouteUrl() public static méthode

public static RouteUrl ( this urlHelper, Task taskResult ) : string
urlHelper this
taskResult Task
Résultat string

RouteUrl() public static méthode

public static RouteUrl ( this urlHelper, string routeName, ActionResult result ) : string
urlHelper this
routeName string
result ActionResult
Résultat string

RouteUrl() public static méthode

public static RouteUrl ( this urlHelper, string routeName, ActionResult result, string protocol ) : string
urlHelper this
routeName string
result ActionResult
protocol string
Résultat string

RouteUrl() public static méthode

public static RouteUrl ( this urlHelper, string routeName, ActionResult result, string protocol, string hostName ) : string
urlHelper this
routeName string
result ActionResult
protocol string
hostName string
Résultat string

RouteUrl() public static méthode

public static RouteUrl ( this urlHelper, string routeName, Task taskResult ) : string
urlHelper this
routeName string
taskResult Task
Résultat string

RouteUrl() public static méthode

public static RouteUrl ( this urlHelper, string routeName, Task taskResult, string protocol ) : string
urlHelper this
routeName string
taskResult Task
protocol string
Résultat string

RouteUrl() public static méthode

public static RouteUrl ( this urlHelper, string routeName, Task taskResult, string protocol, string hostName ) : string
urlHelper this
routeName string
taskResult Task
protocol string
hostName string
Résultat string

SecureAction() public static méthode

public static SecureAction ( this htmlHelper, ActionResult result ) : MvcHtmlString
htmlHelper this
result ActionResult
Résultat MvcHtmlString

SecureAction() public static méthode

public static SecureAction ( this htmlHelper, Task taskResult ) : MvcHtmlString
htmlHelper this
taskResult Task
Résultat MvcHtmlString

SecureAction() public static méthode

public static SecureAction ( this urlHelper, ActionResult result ) : string
urlHelper this
result ActionResult
Résultat string

SecureAction() public static méthode

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

SecureAction() public static méthode

public static SecureAction ( this urlHelper, Task taskResult ) : string
urlHelper this
taskResult Task
Résultat string

SecureAction() public static méthode

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

SecureActionAbsolute() public static méthode

public static SecureActionAbsolute ( this urlHelper, Task taskResult ) : string
urlHelper this
taskResult Task
Résultat string

SecureActionLink() public static méthode

public static SecureActionLink ( this htmlHelper, string linkText, ActionResult result ) : MvcHtmlString
htmlHelper this
linkText string
result ActionResult
Résultat MvcHtmlString

SecureActionLink() public static méthode

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

SecureActionLink() public static méthode

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
Résultat MvcHtmlString

SecureActionLink() public static méthode

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

SecureActionLink() public static méthode

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

SecureActionLink() public static méthode

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
Résultat MvcHtmlString

SecureActionLink() public static méthode

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
Résultat MvcHtmlString

SecureActionLink() public static méthode

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
Résultat MvcHtmlString

SecureActionLink() public static méthode

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

SecureActionLink() public static méthode

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

SecureActionLink() public static méthode

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
Résultat MvcHtmlString

SecureActionLink() public static méthode

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
Résultat MvcHtmlString

SecureActionLink() public static méthode

public static SecureActionLink ( this htmlHelper, string linkText, Task taskResult ) : MvcHtmlString
htmlHelper this
linkText string
taskResult Task
Résultat MvcHtmlString

SecureActionLink() public static méthode

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

SecureActionLink() public static méthode

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
Résultat MvcHtmlString

SecureActionLink() public static méthode

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

SecureActionLink() public static méthode

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

SecureActionLink() public static méthode

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
Résultat MvcHtmlString

SecureActionLink() public static méthode

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
Résultat MvcHtmlString

SecureActionLink() public static méthode

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
Résultat MvcHtmlString

SecureActionLink() public static méthode

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

SecureActionLink() public static méthode

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

SecureActionLink() public static méthode

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
Résultat MvcHtmlString

SecureActionLink() public static méthode

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
Résultat MvcHtmlString

SecureAddRouteValues() public static méthode

public static SecureAddRouteValues ( this result, RouteValueDictionary routeValues ) : ActionResult
result this
routeValues RouteValueDictionary
Résultat ActionResult

SecureAddRouteValues() public static méthode

public static SecureAddRouteValues ( this result, System nameValueCollection ) : ActionResult
result this
nameValueCollection System
Résultat ActionResult

SecureAddRouteValues() public static méthode

public static SecureAddRouteValues ( this result, object routeValues ) : ActionResult
result this
routeValues object
Résultat ActionResult

SecureBeginForm() public static méthode

public static SecureBeginForm ( this htmlHelper, ActionResult result ) : MvcForm
htmlHelper this
result ActionResult
Résultat MvcForm

SecureBeginForm() public static méthode

public static SecureBeginForm ( this ajaxHelper, ActionResult result, AjaxOptions ajaxOptions ) : MvcForm
ajaxHelper this
result ActionResult
ajaxOptions AjaxOptions
Résultat MvcForm

SecureBeginForm() public static méthode

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

SecureBeginForm() public static méthode

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

SecureBeginForm() public static méthode

public static SecureBeginForm ( this htmlHelper, ActionResult result, FormMethod formMethod ) : MvcForm
htmlHelper this
result ActionResult
formMethod FormMethod
Résultat MvcForm

SecureBeginForm() public static méthode

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

SecureBeginForm() public static méthode

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

SecureBeginForm() public static méthode

public static SecureBeginForm ( this htmlHelper, Task taskResult ) : MvcForm
htmlHelper this
taskResult Task
Résultat MvcForm

SecureBeginForm() public static méthode

public static SecureBeginForm ( this ajaxHelper, Task taskResult, AjaxOptions ajaxOptions ) : MvcForm
ajaxHelper this
taskResult Task
ajaxOptions AjaxOptions
Résultat MvcForm

SecureBeginForm() public static méthode

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

SecureBeginForm() public static méthode

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

SecureBeginForm() public static méthode

public static SecureBeginForm ( this htmlHelper, Task taskResult, FormMethod formMethod ) : MvcForm
htmlHelper this
taskResult Task
formMethod FormMethod
Résultat MvcForm

SecureBeginForm() public static méthode

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

SecureBeginForm() public static méthode

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

SecureBeginRouteForm() public static méthode

public static SecureBeginRouteForm ( this htmlHelper, ActionResult result ) : MvcForm
htmlHelper this
result ActionResult
Résultat MvcForm

SecureBeginRouteForm() public static méthode

public static SecureBeginRouteForm ( this htmlHelper, Task taskResult ) : MvcForm
htmlHelper this
taskResult Task
Résultat MvcForm

SecureBeginRouteForm() public static méthode

public static SecureBeginRouteForm ( this htmlHelper, string routeName, ActionResult result ) : MvcForm
htmlHelper this
routeName string
result ActionResult
Résultat MvcForm

SecureBeginRouteForm() public static méthode

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

SecureBeginRouteForm() public static méthode

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
Résultat MvcForm

SecureBeginRouteForm() public static méthode

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

SecureBeginRouteForm() public static méthode

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

SecureBeginRouteForm() public static méthode

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
Résultat MvcForm

SecureBeginRouteForm() public static méthode

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

SecureBeginRouteForm() public static méthode

public static SecureBeginRouteForm ( this htmlHelper, string routeName, Task taskResult ) : MvcForm
htmlHelper this
routeName string
taskResult Task
Résultat MvcForm

SecureBeginRouteForm() public static méthode

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

SecureBeginRouteForm() public static méthode

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
Résultat MvcForm

SecureBeginRouteForm() public static méthode

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

SecureBeginRouteForm() public static méthode

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

SecureBeginRouteForm() public static méthode

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
Résultat MvcForm

SecureBeginRouteForm() public static méthode

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

SideBarSecureActionLink() public static méthode

public static SideBarSecureActionLink ( this htmlHelper, string linkText, string url, string cssClass, string spanCssClass ) : MvcHtmlString
htmlHelper this
linkText string
url string
cssClass string
spanCssClass string
Résultat MvcHtmlString

TimestampString() public static méthode

public static TimestampString ( string virtualPath ) : string
virtualPath string
Résultat string