C# 클래스 System.Web.Mvc.T4Extensions

파일 보기 프로젝트 열기: juanplopes/simple 1 사용 예제들

공개 메소드들

메소드 설명
Action ( this htmlHelper, System.Web.Mvc.ActionResult result ) : System.Web.Mvc.MvcHtmlString
Action ( this urlHelper, System.Web.Mvc.ActionResult result ) : string
ActionAbsolute ( this urlHelper, System.Web.Mvc.ActionResult result ) : string
ActionLink ( this htmlHelper, string linkText, System.Web.Mvc.ActionResult result ) : System.Web.Mvc.MvcHtmlString
ActionLink ( this ajaxHelper, string linkText, System.Web.Mvc.ActionResult result, System.Web.Mvc.Ajax.AjaxOptions ajaxOptions ) : System.Web.Mvc.MvcHtmlString
ActionLink ( this ajaxHelper, string linkText, System.Web.Mvc.ActionResult result, System.Web.Mvc.Ajax.AjaxOptions ajaxOptions, object>.IDictionary htmlAttributes ) : System.Web.Mvc.MvcHtmlString
ActionLink ( this ajaxHelper, string linkText, System.Web.Mvc.ActionResult result, System.Web.Mvc.Ajax.AjaxOptions ajaxOptions, object htmlAttributes ) : System.Web.Mvc.MvcHtmlString
ActionLink ( this htmlHelper, string linkText, System.Web.Mvc.ActionResult result, object>.IDictionary htmlAttributes ) : System.Web.Mvc.MvcHtmlString
ActionLink ( this htmlHelper, string linkText, System.Web.Mvc.ActionResult result, object htmlAttributes ) : System.Web.Mvc.MvcHtmlString
AddRouteValue ( this result, string name, object value ) : System.Web.Mvc.ActionResult
AddRouteValues ( this result, RouteValueDictionary routeValues ) : System.Web.Mvc.ActionResult
AddRouteValues ( this result, System nameValueCollection ) : System.Web.Mvc.ActionResult
AddRouteValues ( this result, object routeValues ) : System.Web.Mvc.ActionResult
BeginForm ( this htmlHelper, System.Web.Mvc.ActionResult result ) : System.Web.Mvc.Html.MvcForm
BeginForm ( this htmlHelper, System.Web.Mvc.ActionResult result, FormMethod formMethod ) : System.Web.Mvc.Html.MvcForm
BeginForm ( this htmlHelper, System.Web.Mvc.ActionResult result, FormMethod formMethod, object>.IDictionary htmlAttributes ) : System.Web.Mvc.Html.MvcForm
BeginForm ( this htmlHelper, System.Web.Mvc.ActionResult result, FormMethod formMethod, object htmlAttributes ) : System.Web.Mvc.Html.MvcForm
FileExists ( string virtualPath ) : bool
GetRouteValueDictionary ( this result ) : RouteValueDictionary
GetT4MVCResult ( this result ) : IT4MVCActionResult
InitMVCT4Result ( this result, string area, string controller, string action ) : void
MapRoute ( this routes, string name, string url, System.Web.Mvc.ActionResult result ) : Route
MapRoute ( this routes, string name, string url, System.Web.Mvc.ActionResult result, object defaults ) : Route
MapRoute ( this routes, string name, string url, System.Web.Mvc.ActionResult result, object defaults, object constraints ) : Route
MapRoute ( this routes, string name, string url, System.Web.Mvc.ActionResult result, object defaults, object constraints, string namespaces ) : Route
MapRoute ( this routes, string name, string url, System.Web.Mvc.ActionResult result, object defaults, string namespaces ) : Route
MapRoute ( this routes, string name, string url, System.Web.Mvc.ActionResult result, string namespaces ) : Route
MapRouteArea ( this context, string name, string url, System.Web.Mvc.ActionResult result ) : Route
MapRouteArea ( this context, string name, string url, System.Web.Mvc.ActionResult result, object defaults ) : Route
MapRouteArea ( this context, string name, string url, System.Web.Mvc.ActionResult result, object defaults, object constraints ) : Route
MapRouteArea ( this context, string name, string url, System.Web.Mvc.ActionResult result, object defaults, object constraints, string namespaces ) : Route
MapRouteArea ( this context, string name, string url, System.Web.Mvc.ActionResult result, object defaults, string namespaces ) : Route
MapRouteArea ( this context, string name, string url, System.Web.Mvc.ActionResult result, string namespaces ) : Route
RenderAction ( this htmlHelper, System.Web.Mvc.ActionResult result ) : void
TimestampString ( string virtualPath ) : string

비공개 메소드들

메소드 설명
CreateRoute ( string url, System.Web.Mvc.ActionResult result, object defaults, object constraints, string namespaces ) : Route

메소드 상세

Action() 공개 정적인 메소드

public static Action ( this htmlHelper, System.Web.Mvc.ActionResult result ) : System.Web.Mvc.MvcHtmlString
htmlHelper this
result System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.MvcHtmlString

Action() 공개 정적인 메소드

public static Action ( this urlHelper, System.Web.Mvc.ActionResult result ) : string
urlHelper this
result System.Web.Mvc.ActionResult
리턴 string

ActionAbsolute() 공개 정적인 메소드

public static ActionAbsolute ( this urlHelper, System.Web.Mvc.ActionResult result ) : string
urlHelper this
result System.Web.Mvc.ActionResult
리턴 string

ActionLink() 공개 정적인 메소드

public static ActionLink ( this htmlHelper, string linkText, System.Web.Mvc.ActionResult result ) : System.Web.Mvc.MvcHtmlString
htmlHelper this
linkText string
result System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.MvcHtmlString

ActionLink() 공개 정적인 메소드

public static ActionLink ( this ajaxHelper, string linkText, System.Web.Mvc.ActionResult result, System.Web.Mvc.Ajax.AjaxOptions ajaxOptions ) : System.Web.Mvc.MvcHtmlString
ajaxHelper this
linkText string
result System.Web.Mvc.ActionResult
ajaxOptions System.Web.Mvc.Ajax.AjaxOptions
리턴 System.Web.Mvc.MvcHtmlString

ActionLink() 공개 정적인 메소드

public static ActionLink ( this ajaxHelper, string linkText, System.Web.Mvc.ActionResult result, System.Web.Mvc.Ajax.AjaxOptions ajaxOptions, object>.IDictionary htmlAttributes ) : System.Web.Mvc.MvcHtmlString
ajaxHelper this
linkText string
result System.Web.Mvc.ActionResult
ajaxOptions System.Web.Mvc.Ajax.AjaxOptions
htmlAttributes object>.IDictionary
리턴 System.Web.Mvc.MvcHtmlString

ActionLink() 공개 정적인 메소드

public static ActionLink ( this ajaxHelper, string linkText, System.Web.Mvc.ActionResult result, System.Web.Mvc.Ajax.AjaxOptions ajaxOptions, object htmlAttributes ) : System.Web.Mvc.MvcHtmlString
ajaxHelper this
linkText string
result System.Web.Mvc.ActionResult
ajaxOptions System.Web.Mvc.Ajax.AjaxOptions
htmlAttributes object
리턴 System.Web.Mvc.MvcHtmlString

ActionLink() 공개 정적인 메소드

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

ActionLink() 공개 정적인 메소드

public static ActionLink ( this htmlHelper, string linkText, System.Web.Mvc.ActionResult result, object htmlAttributes ) : System.Web.Mvc.MvcHtmlString
htmlHelper this
linkText string
result System.Web.Mvc.ActionResult
htmlAttributes object
리턴 System.Web.Mvc.MvcHtmlString

AddRouteValue() 공개 정적인 메소드

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

AddRouteValues() 공개 정적인 메소드

public static AddRouteValues ( this result, RouteValueDictionary routeValues ) : System.Web.Mvc.ActionResult
result this
routeValues RouteValueDictionary
리턴 System.Web.Mvc.ActionResult

AddRouteValues() 공개 정적인 메소드

public static AddRouteValues ( this result, System nameValueCollection ) : System.Web.Mvc.ActionResult
result this
nameValueCollection System
리턴 System.Web.Mvc.ActionResult

AddRouteValues() 공개 정적인 메소드

public static AddRouteValues ( this result, object routeValues ) : System.Web.Mvc.ActionResult
result this
routeValues object
리턴 System.Web.Mvc.ActionResult

BeginForm() 공개 정적인 메소드

public static BeginForm ( this htmlHelper, System.Web.Mvc.ActionResult result ) : System.Web.Mvc.Html.MvcForm
htmlHelper this
result System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.Html.MvcForm

BeginForm() 공개 정적인 메소드

public static BeginForm ( this htmlHelper, System.Web.Mvc.ActionResult result, FormMethod formMethod ) : System.Web.Mvc.Html.MvcForm
htmlHelper this
result System.Web.Mvc.ActionResult
formMethod FormMethod
리턴 System.Web.Mvc.Html.MvcForm

BeginForm() 공개 정적인 메소드

public static BeginForm ( this htmlHelper, System.Web.Mvc.ActionResult result, FormMethod formMethod, object>.IDictionary htmlAttributes ) : System.Web.Mvc.Html.MvcForm
htmlHelper this
result System.Web.Mvc.ActionResult
formMethod FormMethod
htmlAttributes object>.IDictionary
리턴 System.Web.Mvc.Html.MvcForm

BeginForm() 공개 정적인 메소드

public static BeginForm ( this htmlHelper, System.Web.Mvc.ActionResult result, FormMethod formMethod, object htmlAttributes ) : System.Web.Mvc.Html.MvcForm
htmlHelper this
result System.Web.Mvc.ActionResult
formMethod FormMethod
htmlAttributes object
리턴 System.Web.Mvc.Html.MvcForm

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 action ) : void
result this
area string
controller string
action string
리턴 void

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, System.Web.Mvc.ActionResult result, object defaults ) : Route
routes this
name string
url string
result System.Web.Mvc.ActionResult
defaults object
리턴 System.Web.Routing.Route

MapRoute() 공개 정적인 메소드

public static MapRoute ( this routes, string name, string url, System.Web.Mvc.ActionResult result, object defaults, object constraints ) : Route
routes this
name string
url string
result System.Web.Mvc.ActionResult
defaults object
constraints object
리턴 System.Web.Routing.Route

MapRoute() 공개 정적인 메소드

public static MapRoute ( this routes, string name, string url, System.Web.Mvc.ActionResult result, object defaults, object constraints, string namespaces ) : Route
routes this
name string
url string
result System.Web.Mvc.ActionResult
defaults object
constraints object
namespaces string
리턴 System.Web.Routing.Route

MapRoute() 공개 정적인 메소드

public static MapRoute ( this routes, string name, string url, System.Web.Mvc.ActionResult result, object defaults, string namespaces ) : Route
routes this
name string
url string
result System.Web.Mvc.ActionResult
defaults object
namespaces string
리턴 System.Web.Routing.Route

MapRoute() 공개 정적인 메소드

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

MapRouteArea() 공개 정적인 메소드

public static MapRouteArea ( this context, string name, string url, System.Web.Mvc.ActionResult result ) : Route
context this
name string
url string
result System.Web.Mvc.ActionResult
리턴 System.Web.Routing.Route

MapRouteArea() 공개 정적인 메소드

public static MapRouteArea ( this context, string name, string url, System.Web.Mvc.ActionResult result, object defaults ) : Route
context this
name string
url string
result System.Web.Mvc.ActionResult
defaults object
리턴 System.Web.Routing.Route

MapRouteArea() 공개 정적인 메소드

public static MapRouteArea ( this context, string name, string url, System.Web.Mvc.ActionResult result, object defaults, object constraints ) : Route
context this
name string
url string
result System.Web.Mvc.ActionResult
defaults object
constraints object
리턴 System.Web.Routing.Route

MapRouteArea() 공개 정적인 메소드

public static MapRouteArea ( this context, string name, string url, System.Web.Mvc.ActionResult result, object defaults, object constraints, string namespaces ) : Route
context this
name string
url string
result System.Web.Mvc.ActionResult
defaults object
constraints object
namespaces string
리턴 System.Web.Routing.Route

MapRouteArea() 공개 정적인 메소드

public static MapRouteArea ( this context, string name, string url, System.Web.Mvc.ActionResult result, object defaults, string namespaces ) : Route
context this
name string
url string
result System.Web.Mvc.ActionResult
defaults object
namespaces string
리턴 System.Web.Routing.Route

MapRouteArea() 공개 정적인 메소드

public static MapRouteArea ( this context, string name, string url, System.Web.Mvc.ActionResult result, string namespaces ) : Route
context this
name string
url string
result System.Web.Mvc.ActionResult
namespaces string
리턴 System.Web.Routing.Route

RenderAction() 공개 정적인 메소드

public static RenderAction ( this htmlHelper, System.Web.Mvc.ActionResult result ) : void
htmlHelper this
result System.Web.Mvc.ActionResult
리턴 void

TimestampString() 공개 정적인 메소드

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