summaryM:DotNetNuke.Entities.Tabs.TabExtensions.CurrentUrl(System.Collections.Generic.List{DotNetNuke.Entities.Tabs.TabUrlInfo},System.String)

Namespace: DotNetNuke.Entities.Tabs
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static TabUrlInfo CurrentUrl(
	this List<TabUrlInfo> redirects,
	string cultureCode
)
Visual Basic
<ExtensionAttribute> 
Public Shared Function CurrentUrl ( 
	redirects As List(Of TabUrlInfo),
	cultureCode As String
) As TabUrlInfo

Parameters

redirects
Type: System.Collections.Generic..::..List<(Of <(<'TabUrlInfo>)>)>
paramredirectsM:DotNetNuke.Entities.Tabs.TabExtensions.CurrentUrl(System.Collections.Generic.List{DotNetNuke.Entities.Tabs.TabUrlInfo},System.String)
cultureCode
Type: System..::..String
paramcultureCodeM:DotNetNuke.Entities.Tabs.TabExtensions.CurrentUrl(System.Collections.Generic.List{DotNetNuke.Entities.Tabs.TabUrlInfo},System.String)

Return Value

returnsM:DotNetNuke.Entities.Tabs.TabExtensions.CurrentUrl(System.Collections.Generic.List{DotNetNuke.Entities.Tabs.TabUrlInfo},System.String)

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type List<(Of <(<'TabUrlInfo>)>)>. 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