Share via


VirtualPathUtilityBase.Combine Method

Namespace:  Microsoft.Web.Helpers
Assembly:  Microsoft.Web.Helpers (in Microsoft.Web.Helpers.dll)

Syntax

'Declaration
Public MustOverride Function Combine ( _
    basePath As String, _
    relativePath As String _
) As String
'Usage
Dim instance As VirtualPathUtilityBase
Dim basePath As String
Dim relativePath As String
Dim returnValue As String

returnValue = instance.Combine(basePath, _
    relativePath)
public abstract string Combine(
    string basePath,
    string relativePath
)
public:
virtual String^ Combine(
    String^ basePath, 
    String^ relativePath
) abstract
public abstract function Combine(
    basePath : String, 
    relativePath : String
) : String

Parameters

Return Value

Type: System.String

Permissions

  • Medium trust for the immediate caller. This member can be used by partially trusted code.

See Also

Reference

VirtualPathUtilityBase Class

Microsoft.Web.Helpers Namespace