Class TabPathHelper
The TabPathHelper class provides helper methods for working with tab urls.
Inheritance
System.Object
TabPathHelper
Namespace: DotNetNuke.Entities.Urls
Assembly: DotNetNuke.dll
Syntax
public class TabPathHelper : object
Methods
| Improve this Doc View SourceBuildTabPathWithReplacement(TabInfo, FriendlyUrlOptions, Guid)
The TabPathHelper class provides helper methods for working with tab urls.
Declaration
public static string BuildTabPathWithReplacement(TabInfo tab, FriendlyUrlOptions options, Guid parentTraceId)
Parameters
Type | Name | Description |
---|---|---|
TabInfo | tab | |
FriendlyUrlOptions | options | |
Guid | parentTraceId |
Returns
Type | Description |
---|---|
System.String |
ReplaceDiacritics(String, out Boolean)
Replaces the diacritic characters in a path with other values.
Declaration
public static string ReplaceDiacritics(string tabPath, out bool replacedDiacritic)
Parameters
Type | Name | Description |
---|---|---|
System.String | tabPath | THe tab path. |
System.Boolean | replacedDiacritic | true if any diacritics were replaced, otherwise false. |
Returns
Type | Description |
---|---|
System.String | The |