PagePorter Class Library

FpUserControl.OffsetUrl Method 

This is the implementation of the algorithm that the <!--fpoffseturl--> tag uses.

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

Parameters

url
Original URL string to offset.

Return Value

Returns the offset URL string. May be identical to the url argument.

See Also

FpUserControl Class | Parastream.Web.UI Namespace