C# Class System.Web.Mvc.Html.ChildActionExtensions

Mostrar archivo Open project: drivenet/aspnetwebstack

Public Methods

Method Description
Action ( this htmlHelper, string actionName ) : MvcHtmlString
Action ( this htmlHelper, string actionName, RouteValueDictionary routeValues ) : MvcHtmlString
Action ( this htmlHelper, string actionName, object routeValues ) : MvcHtmlString
Action ( this htmlHelper, string actionName, string controllerName ) : MvcHtmlString
Action ( this htmlHelper, string actionName, string controllerName, RouteValueDictionary routeValues ) : MvcHtmlString
Action ( this htmlHelper, string actionName, string controllerName, object routeValues ) : MvcHtmlString
RenderAction ( this htmlHelper, string actionName ) : void
RenderAction ( this htmlHelper, string actionName, RouteValueDictionary routeValues ) : void
RenderAction ( this htmlHelper, string actionName, object routeValues ) : void
RenderAction ( this htmlHelper, string actionName, string controllerName ) : void
RenderAction ( this htmlHelper, string actionName, string controllerName, RouteValueDictionary routeValues ) : void
RenderAction ( this htmlHelper, string actionName, string controllerName, object routeValues ) : void

Private Methods

Method Description
ActionHelper ( HtmlHelper htmlHelper, string actionName, string controllerName, RouteValueDictionary routeValues, TextWriter textWriter ) : void
CreateRouteData ( System.Web.Routing.RouteBase route, RouteValueDictionary routeValues, RouteValueDictionary dataTokens, ViewContext parentViewContext ) : System.Web.Routing.RouteData
MergeDictionaries ( ) : RouteValueDictionary

Method Details

Action() public static method

public static Action ( this htmlHelper, string actionName ) : MvcHtmlString
htmlHelper this
actionName string
return MvcHtmlString

Action() public static method

public static Action ( this htmlHelper, string actionName, RouteValueDictionary routeValues ) : MvcHtmlString
htmlHelper this
actionName string
routeValues RouteValueDictionary
return MvcHtmlString

Action() public static method

public static Action ( this htmlHelper, string actionName, object routeValues ) : MvcHtmlString
htmlHelper this
actionName string
routeValues object
return MvcHtmlString

Action() public static method

public static Action ( this htmlHelper, string actionName, string controllerName ) : MvcHtmlString
htmlHelper this
actionName string
controllerName string
return MvcHtmlString

Action() public static method

public static Action ( this htmlHelper, string actionName, string controllerName, RouteValueDictionary routeValues ) : MvcHtmlString
htmlHelper this
actionName string
controllerName string
routeValues RouteValueDictionary
return MvcHtmlString

Action() public static method

public static Action ( this htmlHelper, string actionName, string controllerName, object routeValues ) : MvcHtmlString
htmlHelper this
actionName string
controllerName string
routeValues object
return MvcHtmlString

RenderAction() public static method

public static RenderAction ( this htmlHelper, string actionName ) : void
htmlHelper this
actionName string
return void

RenderAction() public static method

public static RenderAction ( this htmlHelper, string actionName, RouteValueDictionary routeValues ) : void
htmlHelper this
actionName string
routeValues RouteValueDictionary
return void

RenderAction() public static method

public static RenderAction ( this htmlHelper, string actionName, object routeValues ) : void
htmlHelper this
actionName string
routeValues object
return void

RenderAction() public static method

public static RenderAction ( this htmlHelper, string actionName, string controllerName ) : void
htmlHelper this
actionName string
controllerName string
return void

RenderAction() public static method

public static RenderAction ( this htmlHelper, string actionName, string controllerName, RouteValueDictionary routeValues ) : void
htmlHelper this
actionName string
controllerName string
routeValues RouteValueDictionary
return void

RenderAction() public static method

public static RenderAction ( this htmlHelper, string actionName, string controllerName, object routeValues ) : void
htmlHelper this
actionName string
controllerName string
routeValues object
return void