VirtualPathUtilityBase Class

Inheritance Hierarchy

System.Object
  Microsoft.Web.Helpers.VirtualPathUtilityBase

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

Syntax

'Declaration
Public MustInherit Class VirtualPathUtilityBase
'Usage
Dim instance As VirtualPathUtilityBase
public abstract class VirtualPathUtilityBase
public ref class VirtualPathUtilityBase abstract
public abstract class VirtualPathUtilityBase

The VirtualPathUtilityBase type exposes the following members.

Constructors

  Name Description
Protected method VirtualPathUtilityBase

Top

Methods

  Name Description
Public method Combine
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToAbsolute
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Web.Helpers Namespace