PagePorter Class Library

FpLinkBar.IsUrlSameAsRequestPath Method 

Determines if the specified URL is the same as the requested URL.

[Visual Basic]
Protected Function IsUrlSameAsRequestPath( _
   ByVal sUrl As String _
) As Boolean
[C#]
protected bool IsUrlSameAsRequestPath(
   string sUrl
);

Parameters

sUrl
The URL to test.

Return Value

True if the specified URL is the same as the requested URL; False otherwise.

See Also

FpLinkBar Class | Parastream.Web.UI.WebControls Namespace