The ExtensionUrlProvider type exposes the following members.

Methods

  NameDescription
Public methodAlwaysCallForRewrite
This method is called to check whether to do a Url Rewrite on all Tabs specified by the provider
Public methodAlwaysUsesDnnPagePath
When true, output Urls from the provider for the specified portalId always include the current DotNetNuke page path (ie example.com/pagename/friendlyUrl) When false, output Urls from the provider for the specified portalId may sometimes not include the current DotNetNUke page path (ie example.com/friendlyUrl)
Public methodChangeFriendlyUrl
Generates a new friendly Url based on the parameters supplied
Public methodCheckForRedirect
Protected methodCleanNameForUrl(String, FriendlyUrlOptions)
Protected methodCleanNameForUrl(String, FriendlyUrlOptions, Boolean%)
Protected methodCreateQueryStringFromParameters
Protected methodEnsureLeadingChar
Public methodEnsureNotLeadingChar
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetProviderPortalSettings
This module returns any custom settings for the provider in a key/value pair. This is used when any customised settings are saved to the web.config file.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTransformFriendlyUrlToQueryString
Transforms a friendly Url into a querystring. Used as input into the rewriting process, after the Url Rewriting process has identified the correct DNN Page.

Extension Methods

  NameDescription
Public Extension MethodToJson
Extension method on object that serializes the value to Json. Note the type must be marked Serializable or include a DataContract attribute.
(Defined by JsonExtensionsWeb.)

See Also