Class AdvancedFriendlyUrlProvider
Inherited Members
Namespace: DotNetNuke.Entities.Urls
Assembly: DotNetNuke.dll
Syntax
public class AdvancedFriendlyUrlProvider : FriendlyUrlProviderBase
Methods
| Improve this Doc View SourceImprovedFriendlyUrl(TabInfo, String, String, String, Boolean, FriendlyUrlSettings, Guid)
Return a full-improved Friendly Url for the supplied tab.
Declaration
public static string ImprovedFriendlyUrl(TabInfo tab, string path, string pageName, string httpAlias, bool ignoreCustomRedirects, FriendlyUrlSettings settings, Guid parentTraceId)
Parameters
Type | Name | Description |
---|---|---|
TabInfo | tab | The current page. |
System.String | path | The non-friendly path to the page. |
System.String | pageName | The name of the page. |
System.String | httpAlias | The current portal alias to use. |
System.Boolean | ignoreCustomRedirects | If true, then the Friendly Url will be constructed without using any custom redirects. |
FriendlyUrlSettings | settings | The current Friendly Url Settings to use. |
Guid | parentTraceId |
Returns
Type | Description |
---|---|
System.String | The friendly URL. |