LinkExtensions::ActionLink Method
Namespace:
System.Web.Mvc.Html
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
LinkExtensions::ActionLink Method (HtmlHelper^, String^, String^)
public: [ExtensionAttribute] static MvcHtmlString^ ActionLink( HtmlHelper^ htmlHelper, String^ linkText, String^ actionName )
Parameters
- htmlHelper
- Type: System.Web.Mvc::HtmlHelper^
- linkText
- Type: System::String^
- actionName
- Type: System::String^
Return Value
Type: System.Web.Mvc::MvcHtmlString^LinkExtensions::ActionLink Method (HtmlHelper^, String^, String^, Object^)
public: [ExtensionAttribute] static MvcHtmlString^ ActionLink( HtmlHelper^ htmlHelper, String^ linkText, String^ actionName, Object^ routeValues )
Parameters
- htmlHelper
- Type: System.Web.Mvc::HtmlHelper^
- linkText
- Type: System::String^
- actionName
- Type: System::String^
- routeValues
- Type: System::Object^
Return Value
Type: System.Web.Mvc::MvcHtmlString^LinkExtensions::ActionLink Method (HtmlHelper^, String^, String^, Object^, Object^)
public: [ExtensionAttribute] static MvcHtmlString^ ActionLink( HtmlHelper^ htmlHelper, String^ linkText, String^ actionName, Object^ routeValues, Object^ htmlAttributes )
Parameters
- htmlHelper
- Type: System.Web.Mvc::HtmlHelper^
- linkText
- Type: System::String^
- actionName
- Type: System::String^
- routeValues
- Type: System::Object^
- htmlAttributes
- Type: System::Object^
Return Value
Type: System.Web.Mvc::MvcHtmlString^LinkExtensions::ActionLink Method (HtmlHelper^, String^, String^, RouteValueDictionary^)
public: [ExtensionAttribute] static MvcHtmlString^ ActionLink( HtmlHelper^ htmlHelper, String^ linkText, String^ actionName, RouteValueDictionary^ routeValues )
Parameters
- htmlHelper
- Type: System.Web.Mvc::HtmlHelper^
- linkText
- Type: System::String^
- actionName
- Type: System::String^
- routeValues
- Type: System.Web.Routing::RouteValueDictionary^
Return Value
Type: System.Web.Mvc::MvcHtmlString^LinkExtensions::ActionLink Method (HtmlHelper^, String^, String^, RouteValueDictionary^, IDictionary<String^, Object^>^)
public: [ExtensionAttribute] static MvcHtmlString^ ActionLink( HtmlHelper^ htmlHelper, String^ linkText, String^ actionName, RouteValueDictionary^ routeValues, IDictionary<String^, Object^>^ htmlAttributes )
Parameters
- htmlHelper
- Type: System.Web.Mvc::HtmlHelper^
- linkText
- Type: System::String^
- actionName
- Type: System::String^
- routeValues
- Type: System.Web.Routing::RouteValueDictionary^
- htmlAttributes
- Type: System.Collections.Generic::IDictionary<String^, Object^>^
Return Value
Type: System.Web.Mvc::MvcHtmlString^LinkExtensions::ActionLink Method (HtmlHelper^, String^, String^, String^)
public: [ExtensionAttribute] static MvcHtmlString^ ActionLink( HtmlHelper^ htmlHelper, String^ linkText, String^ actionName, String^ controllerName )
Parameters
- htmlHelper
- Type: System.Web.Mvc::HtmlHelper^
- linkText
- Type: System::String^
- actionName
- Type: System::String^
- controllerName
- Type: System::String^
Return Value
Type: System.Web.Mvc::MvcHtmlString^LinkExtensions::ActionLink Method (HtmlHelper^, String^, String^, String^, Object^, Object^)
public: [ExtensionAttribute] static MvcHtmlString^ ActionLink( HtmlHelper^ htmlHelper, String^ linkText, String^ actionName, String^ controllerName, Object^ routeValues, Object^ htmlAttributes )
Parameters
- htmlHelper
- Type: System.Web.Mvc::HtmlHelper^
- linkText
- Type: System::String^
- actionName
- Type: System::String^
- controllerName
- Type: System::String^
- routeValues
- Type: System::Object^
- htmlAttributes
- Type: System::Object^
Return Value
Type: System.Web.Mvc::MvcHtmlString^LinkExtensions::ActionLink Method (HtmlHelper^, String^, String^, String^, RouteValueDictionary^, IDictionary<String^, Object^>^)
public: [ExtensionAttribute] static MvcHtmlString^ ActionLink( HtmlHelper^ htmlHelper, String^ linkText, String^ actionName, String^ controllerName, RouteValueDictionary^ routeValues, IDictionary<String^, Object^>^ htmlAttributes )
Parameters
- htmlHelper
- Type: System.Web.Mvc::HtmlHelper^
- linkText
- Type: System::String^
- actionName
- Type: System::String^
- controllerName
- Type: System::String^
- routeValues
- Type: System.Web.Routing::RouteValueDictionary^
- htmlAttributes
- Type: System.Collections.Generic::IDictionary<String^, Object^>^
Return Value
Type: System.Web.Mvc::MvcHtmlString^LinkExtensions::ActionLink Method (HtmlHelper^, String^, String^, String^, String^, String^, String^, Object^, Object^)
public: [ExtensionAttribute] static MvcHtmlString^ ActionLink( HtmlHelper^ htmlHelper, String^ linkText, String^ actionName, String^ controllerName, String^ protocol, String^ hostName, String^ fragment, Object^ routeValues, Object^ htmlAttributes )
Parameters
- htmlHelper
- Type: System.Web.Mvc::HtmlHelper^
- linkText
- Type: System::String^
- actionName
- Type: System::String^
- controllerName
- Type: System::String^
- protocol
- Type: System::String^
- hostName
- Type: System::String^
- fragment
- Type: System::String^
- routeValues
- Type: System::Object^
- htmlAttributes
- Type: System::Object^
Return Value
Type: System.Web.Mvc::MvcHtmlString^LinkExtensions::ActionLink Method (HtmlHelper^, String^, String^, String^, String^, String^, String^, RouteValueDictionary^, IDictionary<String^, Object^>^)
public: [ExtensionAttribute] static MvcHtmlString^ ActionLink( HtmlHelper^ htmlHelper, String^ linkText, String^ actionName, String^ controllerName, String^ protocol, String^ hostName, String^ fragment, RouteValueDictionary^ routeValues, IDictionary<String^, Object^>^ htmlAttributes )
Parameters
- htmlHelper
- Type: System.Web.Mvc::HtmlHelper^
- linkText
- Type: System::String^
- actionName
- Type: System::String^
- controllerName
- Type: System::String^
- protocol
- Type: System::String^
- hostName
- Type: System::String^
- fragment
- Type: System::String^
- routeValues
- Type: System.Web.Routing::RouteValueDictionary^
- htmlAttributes
- Type: System.Collections.Generic::IDictionary<String^, Object^>^
Return Value
Type: System.Web.Mvc::MvcHtmlString^
Show:

