PagePorter Class Library

FpPage.AdjustUrl Method (String)

Adjusts request URLs according to the security, host name, and port number overrides.

[Visual Basic]
Overloads Public Function AdjustUrl( _
   ByVal url As String _
) As String
[C#]
public string AdjustUrl(
   string url
);

Parameters

url
A string that represents the requesting URL.

Return Value

A string representing the adjusted URL.

See Also

FpPage Class | Parastream.Web.UI Namespace | FpPage.AdjustUrl Overload List