See Also

Navigator Class  | Navigator Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Language

Visual Basic

C#

JScript

Show All

url
See Also Requirements Languages Navigator Control

GetStoreFrontUrl Method

Structured Solutions

Converts a relative page url into an absolute url within the store root directory.

[Visual Basic]
Public Function GetStoreFrontUrl( _    ByVal url As String _ ) As String
[C#]
public string GetStoreFrontUrl(    string url );
[JScript]
public function GetStoreFrontUrl(    url : String ) : String;

Parameters

url

Remarks

If the url starts with "http" or "/", then the store url is not inserted in front of the page url.

If the current page is within the store ssl directory, then the returned url will have the WebID appended.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Navigator Class  | Navigator Members

 

 


Copyright © 2005 by Structured Solutions. All rights reserved.