PathUtility Class

 

Provides operations to manage paths.

Namespace:   Microsoft.WindowsServerSolutions.Web
Assembly:  Wssg.Web (in Wssg.Web.dll)

System::Object
  Microsoft.WindowsServerSolutions.Web::PathUtility

public ref class PathUtility abstract sealed 

NameDescription
System_CAPS_pubpropertySystem_CAPS_staticApplicationPath

Gets the application path in HttpContext.

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCombineVirtualPath(String^, array<String^>^)

Combines paths to create a base path.

System_CAPS_pubmethodSystem_CAPS_staticGetSatelliteFileForCulture(String^, CultureInfo^)

Returns the satellite path for a culture of a path.

System_CAPS_pubmethodSystem_CAPS_staticPhysicalToVirtual(String^)

Converts a physical path to a virtual path.

System_CAPS_pubmethodSystem_CAPS_staticVirtualToPhysical(String^)

Converts a virtual path to a physical path.

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

Return to top

Community Additions

ADD
Show: