This method is called to check whether to do a Url Rewrite on all Tabs specified by the provider

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

Syntax

C#
public virtual bool AlwaysCallForRewrite(
	int portalId
)
Visual Basic
Public Overridable Function AlwaysCallForRewrite ( 
	portalId As Integer
) As Boolean

Parameters

portalId
Type: System..::..Int32
The current portalId

Return Value

True if the rewriter should be called, even if there are no Url parameters (ie, just plain DNN page Url). False if not. Does not affect the calling of this provider when there are parameters supplied in the Url - that is determined by the tabIds property of the provider.

See Also