PagePorter Class Library

FpPage.AdjustUrl Method (Uri)

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

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

Parameters

uri
A Uri object 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