summaryM:DotNetNuke.Web.UI.WebControls.DnnRibbonBarTool.GetTabURL(System.Collections.Generic.List{System.String})

Namespace: DotNetNuke.Web.UI.WebControls
Assembly: DotNetNuke.Web (in DotNetNuke.Web.dll)

Syntax

C#
protected virtual string GetTabURL(
	List<string> additionalParams
)
Visual Basic
Protected Overridable Function GetTabURL ( 
	additionalParams As List(Of String)
) As String

Parameters

additionalParams
Type: System.Collections.Generic..::..List<(Of <(<'String>)>)>
paramadditionalParamsM:DotNetNuke.Web.UI.WebControls.DnnRibbonBarTool.GetTabURL(System.Collections.Generic.List{System.String})

Return Value

returnsM:DotNetNuke.Web.UI.WebControls.DnnRibbonBarTool.GetTabURL(System.Collections.Generic.List{System.String})

See Also