summaryM:DotNetNuke.Web.Mvc.Helpers.HtmlLinkExtensions.ActionLink(DotNetNuke.Web.Mvc.Helpers.DnnHtmlHelper,System.String,System.String,System.String,System.Object,System.Object)

Namespace: DotNetNuke.Web.Mvc.Helpers
Assembly: DotNetNuke.Web.Mvc (in DotNetNuke.Web.Mvc.dll)

Syntax

C#
public static MvcHtmlString ActionLink(
	this DnnHtmlHelper htmlHelper,
	string linkText,
	string actionName,
	string controllerName,
	Object routeValues,
	Object htmlAttributes
)
Visual Basic
<ExtensionAttribute> 
Public Shared Function ActionLink ( 
	htmlHelper As DnnHtmlHelper,
	linkText As String,
	actionName As String,
	controllerName As String,
	routeValues As Object,
	htmlAttributes As Object
) As MvcHtmlString

Parameters

htmlHelper
Type: DotNetNuke.Web.Mvc.Helpers..::..DnnHtmlHelper
paramhtmlHelperM:DotNetNuke.Web.Mvc.Helpers.HtmlLinkExtensions.ActionLink(DotNetNuke.Web.Mvc.Helpers.DnnHtmlHelper,System.String,System.String,System.String,System.Object,System.Object)
linkText
Type: System..::..String
paramlinkTextM:DotNetNuke.Web.Mvc.Helpers.HtmlLinkExtensions.ActionLink(DotNetNuke.Web.Mvc.Helpers.DnnHtmlHelper,System.String,System.String,System.String,System.Object,System.Object)
actionName
Type: System..::..String
paramactionNameM:DotNetNuke.Web.Mvc.Helpers.HtmlLinkExtensions.ActionLink(DotNetNuke.Web.Mvc.Helpers.DnnHtmlHelper,System.String,System.String,System.String,System.Object,System.Object)
controllerName
Type: System..::..String
paramcontrollerNameM:DotNetNuke.Web.Mvc.Helpers.HtmlLinkExtensions.ActionLink(DotNetNuke.Web.Mvc.Helpers.DnnHtmlHelper,System.String,System.String,System.String,System.Object,System.Object)
routeValues
Type: System..::..Object
paramrouteValuesM:DotNetNuke.Web.Mvc.Helpers.HtmlLinkExtensions.ActionLink(DotNetNuke.Web.Mvc.Helpers.DnnHtmlHelper,System.String,System.String,System.String,System.Object,System.Object)
htmlAttributes
Type: System..::..Object
paramhtmlAttributesM:DotNetNuke.Web.Mvc.Helpers.HtmlLinkExtensions.ActionLink(DotNetNuke.Web.Mvc.Helpers.DnnHtmlHelper,System.String,System.String,System.String,System.Object,System.Object)

Return Value

returnsM:DotNetNuke.Web.Mvc.Helpers.HtmlLinkExtensions.ActionLink(DotNetNuke.Web.Mvc.Helpers.DnnHtmlHelper,System.String,System.String,System.String,System.Object,System.Object)

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type DnnHtmlHelper. When you use instance method syntax to call this method, omit the first parameter. For more information, see [b8020aae-374d-46a9-bcb7-8cc2390b93b6] or [175ce3ff-9bbf-4e64-8421-faeb81a0bb51].

See Also