This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Combines a base path with a relative path to return a complete path to a virtual resource.

Namespace: Smartsite.AspNet.Bridge
Assembly:  Smartsite.AspNet.Bridge (in Smartsite.AspNet.Bridge.dll)

Syntax

C#Copy imageCopy Code
public override string CombineVirtualPaths(
	string basePath,
	string relativePath
)
Visual Basic (Declaration)Copy imageCopy Code
Public Overrides Function CombineVirtualPaths ( _
	basePath As , _
	relativePath As  _
) As 

Parameters

basePath
String
The base path for the application.
relativePath
String
The path to the virtual resource, relative to the base path.

Return Value

The complete path to a virtual resource.

See Also

Advanced