C# Класс System.Web.Mvc.Html.ChildActionExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
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

Описание методов

Action() публичный статический Метод

public static Action ( this htmlHelper, string actionName ) : MvcHtmlString
htmlHelper this
actionName string
Результат MvcHtmlString

Action() публичный статический Метод

public static Action ( this htmlHelper, string actionName, RouteValueDictionary routeValues ) : MvcHtmlString
htmlHelper this
actionName string
routeValues RouteValueDictionary
Результат MvcHtmlString

Action() публичный статический Метод

public static Action ( this htmlHelper, string actionName, object routeValues ) : MvcHtmlString
htmlHelper this
actionName string
routeValues object
Результат MvcHtmlString

Action() публичный статический Метод

public static Action ( this htmlHelper, string actionName, string controllerName ) : MvcHtmlString
htmlHelper this
actionName string
controllerName string
Результат MvcHtmlString

Action() публичный статический Метод

public static Action ( this htmlHelper, string actionName, string controllerName, RouteValueDictionary routeValues ) : MvcHtmlString
htmlHelper this
actionName string
controllerName string
routeValues RouteValueDictionary
Результат MvcHtmlString

Action() публичный статический Метод

public static Action ( this htmlHelper, string actionName, string controllerName, object routeValues ) : MvcHtmlString
htmlHelper this
actionName string
controllerName string
routeValues object
Результат MvcHtmlString

RenderAction() публичный статический Метод

public static RenderAction ( this htmlHelper, string actionName ) : void
htmlHelper this
actionName string
Результат void

RenderAction() публичный статический Метод

public static RenderAction ( this htmlHelper, string actionName, RouteValueDictionary routeValues ) : void
htmlHelper this
actionName string
routeValues RouteValueDictionary
Результат void

RenderAction() публичный статический Метод

public static RenderAction ( this htmlHelper, string actionName, object routeValues ) : void
htmlHelper this
actionName string
routeValues object
Результат void

RenderAction() публичный статический Метод

public static RenderAction ( this htmlHelper, string actionName, string controllerName ) : void
htmlHelper this
actionName string
controllerName string
Результат void

RenderAction() публичный статический Метод

public static RenderAction ( this htmlHelper, string actionName, string controllerName, RouteValueDictionary routeValues ) : void
htmlHelper this
actionName string
controllerName string
routeValues RouteValueDictionary
Результат void

RenderAction() публичный статический Метод

public static RenderAction ( this htmlHelper, string actionName, string controllerName, object routeValues ) : void
htmlHelper this
actionName string
controllerName string
routeValues object
Результат void