MobilePage.MakePathAbsolute(String) Method

Definition

Converts the specified relative URL into an absolute URL. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public:
 System::String ^ MakePathAbsolute(System::String ^ virtualPath);
public string MakePathAbsolute (string virtualPath);
member this.MakePathAbsolute : string -> string
Public Function MakePathAbsolute (virtualPath As String) As String

Parameters

virtualPath
String

The relative URL to be converted.

Returns

The absolute path corresponding to the specified virtual path.

Remarks

Absolute URLs differ depending on whether the application is configured for cookieless session management. This method provides a single way to translate application URLs regardless of the cookie setting.

Applies to

See also