C# 클래스 Decision.Web.HtmlHelpers.T4SecureExtensions

파일 보기 프로젝트 열기: rabbal/Decision

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

AddRouteValue() 공개 정적인 메소드

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

FileExists() 공개 정적인 메소드

public static FileExists ( string virtualPath ) : bool
virtualPath string
리턴 bool

GetRouteValueDictionary() 공개 정적인 메소드

public static GetRouteValueDictionary ( this result ) : RouteValueDictionary
result this
리턴 RouteValueDictionary

GetT4MVCResult() 공개 정적인 메소드

public static GetT4MVCResult ( this result ) : IT4MVCActionResult
result this
리턴 IT4MVCActionResult

InitMVCT4Result() 공개 정적인 메소드

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
리턴 void

JavaScriptReplaceableUrl() 공개 정적인 메소드

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
리턴 string

JavaScriptReplaceableUrl() 공개 정적인 메소드

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

MapRoute() 공개 정적인 메소드

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
리턴 System.Web.Routing.Route

MapRoute() 공개 정적인 메소드

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

MapRoute() 공개 정적인 메소드

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
리턴 Route

MapRoute() 공개 정적인 메소드

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
리턴 Route

MapRoute() 공개 정적인 메소드

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
리턴 Route

MapRoute() 공개 정적인 메소드

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

MapRoute() 공개 정적인 메소드

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

MapRoute() 공개 정적인 메소드

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

MapRoute() 공개 정적인 메소드

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
리턴 Route

MapRoute() 공개 정적인 메소드

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
리턴 Route

MapRoute() 공개 정적인 메소드

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
리턴 Route

MapRoute() 공개 정적인 메소드

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

MapRouteArea() 공개 정적인 메소드

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

MapRouteArea() 공개 정적인 메소드

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

MapRouteArea() 공개 정적인 메소드

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
리턴 Route

MapRouteArea() 공개 정적인 메소드

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
리턴 Route

MapRouteArea() 공개 정적인 메소드

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
리턴 Route

MapRouteArea() 공개 정적인 메소드

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

MapRouteArea() 공개 정적인 메소드

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

MapRouteArea() 공개 정적인 메소드

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

MapRouteArea() 공개 정적인 메소드

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
리턴 Route

MapRouteArea() 공개 정적인 메소드

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
리턴 Route

MapRouteArea() 공개 정적인 메소드

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
리턴 Route

MapRouteArea() 공개 정적인 메소드

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

RenderSecureAction() 공개 정적인 메소드

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

RenderSecureAction() 공개 정적인 메소드

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

RouteLink() 공개 정적인 메소드

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

RouteLink() 공개 정적인 메소드

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

RouteLink() 공개 정적인 메소드

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

RouteLink() 공개 정적인 메소드

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

RouteLink() 공개 정적인 메소드

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

RouteLink() 공개 정적인 메소드

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
리턴 MvcHtmlString

RouteLink() 공개 정적인 메소드

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
리턴 MvcHtmlString

RouteLink() 공개 정적인 메소드

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
리턴 MvcHtmlString

RouteLink() 공개 정적인 메소드

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
리턴 MvcHtmlString

RouteLink() 공개 정적인 메소드

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
리턴 MvcHtmlString

RouteLink() 공개 정적인 메소드

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
리턴 MvcHtmlString

RouteLink() 공개 정적인 메소드

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

RouteLink() 공개 정적인 메소드

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
리턴 MvcHtmlString

RouteLink() 공개 정적인 메소드

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
리턴 MvcHtmlString

RouteLink() 공개 정적인 메소드

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
리턴 MvcHtmlString

RouteLink() 공개 정적인 메소드

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

RouteLink() 공개 정적인 메소드

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
리턴 MvcHtmlString

RouteLink() 공개 정적인 메소드

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
리턴 MvcHtmlString

RouteLink() 공개 정적인 메소드

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
리턴 MvcHtmlString

RouteLink() 공개 정적인 메소드

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
리턴 MvcHtmlString

RouteLink() 공개 정적인 메소드

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
리턴 MvcHtmlString

RouteLink() 공개 정적인 메소드

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
리턴 MvcHtmlString

RouteLink() 공개 정적인 메소드

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

RouteLink() 공개 정적인 메소드

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
리턴 MvcHtmlString

RouteLink() 공개 정적인 메소드

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
리턴 MvcHtmlString

RouteLink() 공개 정적인 메소드

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
리턴 MvcHtmlString

RouteUrl() 공개 정적인 메소드

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

RouteUrl() 공개 정적인 메소드

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

RouteUrl() 공개 정적인 메소드

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

RouteUrl() 공개 정적인 메소드

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

RouteUrl() 공개 정적인 메소드

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

RouteUrl() 공개 정적인 메소드

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

RouteUrl() 공개 정적인 메소드

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

RouteUrl() 공개 정적인 메소드

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

SecureAction() 공개 정적인 메소드

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

SecureAction() 공개 정적인 메소드

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

SecureAction() 공개 정적인 메소드

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

SecureAction() 공개 정적인 메소드

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

SecureAction() 공개 정적인 메소드

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

SecureAction() 공개 정적인 메소드

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

SecureActionAbsolute() 공개 정적인 메소드

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

SecureActionLink() 공개 정적인 메소드

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

SecureActionLink() 공개 정적인 메소드

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

SecureActionLink() 공개 정적인 메소드

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
리턴 MvcHtmlString

SecureActionLink() 공개 정적인 메소드

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

SecureActionLink() 공개 정적인 메소드

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

SecureActionLink() 공개 정적인 메소드

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
리턴 MvcHtmlString

SecureActionLink() 공개 정적인 메소드

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
리턴 MvcHtmlString

SecureActionLink() 공개 정적인 메소드

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
리턴 MvcHtmlString

SecureActionLink() 공개 정적인 메소드

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

SecureActionLink() 공개 정적인 메소드

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

SecureActionLink() 공개 정적인 메소드

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
리턴 MvcHtmlString

SecureActionLink() 공개 정적인 메소드

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
리턴 MvcHtmlString

SecureActionLink() 공개 정적인 메소드

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

SecureActionLink() 공개 정적인 메소드

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

SecureActionLink() 공개 정적인 메소드

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
리턴 MvcHtmlString

SecureActionLink() 공개 정적인 메소드

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

SecureActionLink() 공개 정적인 메소드

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

SecureActionLink() 공개 정적인 메소드

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
리턴 MvcHtmlString

SecureActionLink() 공개 정적인 메소드

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
리턴 MvcHtmlString

SecureActionLink() 공개 정적인 메소드

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
리턴 MvcHtmlString

SecureActionLink() 공개 정적인 메소드

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

SecureActionLink() 공개 정적인 메소드

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

SecureActionLink() 공개 정적인 메소드

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
리턴 MvcHtmlString

SecureActionLink() 공개 정적인 메소드

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
리턴 MvcHtmlString

SecureAddRouteValues() 공개 정적인 메소드

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

SecureAddRouteValues() 공개 정적인 메소드

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

SecureAddRouteValues() 공개 정적인 메소드

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

SecureBeginForm() 공개 정적인 메소드

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

SecureBeginForm() 공개 정적인 메소드

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

SecureBeginForm() 공개 정적인 메소드

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

SecureBeginForm() 공개 정적인 메소드

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

SecureBeginForm() 공개 정적인 메소드

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

SecureBeginForm() 공개 정적인 메소드

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

SecureBeginForm() 공개 정적인 메소드

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

SecureBeginForm() 공개 정적인 메소드

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

SecureBeginForm() 공개 정적인 메소드

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

SecureBeginForm() 공개 정적인 메소드

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

SecureBeginForm() 공개 정적인 메소드

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

SecureBeginForm() 공개 정적인 메소드

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

SecureBeginForm() 공개 정적인 메소드

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

SecureBeginForm() 공개 정적인 메소드

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

SecureBeginRouteForm() 공개 정적인 메소드

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

SecureBeginRouteForm() 공개 정적인 메소드

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

SecureBeginRouteForm() 공개 정적인 메소드

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

SecureBeginRouteForm() 공개 정적인 메소드

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

SecureBeginRouteForm() 공개 정적인 메소드

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
리턴 MvcForm

SecureBeginRouteForm() 공개 정적인 메소드

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

SecureBeginRouteForm() 공개 정적인 메소드

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

SecureBeginRouteForm() 공개 정적인 메소드

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
리턴 MvcForm

SecureBeginRouteForm() 공개 정적인 메소드

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

SecureBeginRouteForm() 공개 정적인 메소드

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

SecureBeginRouteForm() 공개 정적인 메소드

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

SecureBeginRouteForm() 공개 정적인 메소드

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
리턴 MvcForm

SecureBeginRouteForm() 공개 정적인 메소드

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

SecureBeginRouteForm() 공개 정적인 메소드

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

SecureBeginRouteForm() 공개 정적인 메소드

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
리턴 MvcForm

SecureBeginRouteForm() 공개 정적인 메소드

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

SideBarSecureActionLink() 공개 정적인 메소드

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

TimestampString() 공개 정적인 메소드

public static TimestampString ( string virtualPath ) : string
virtualPath string
리턴 string