Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides operations to manage paths.
Namespace: Microsoft.WindowsServerSolutions.Web
Assembly: Wssg.Web (in Wssg.Web.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsServerSolutions.Web.PathUtility
Syntax
public static class PathUtility
public ref class PathUtility abstract sealed
Public NotInheritable Class PathUtility
Properties
Name | Description | |
---|---|---|
![]() ![]() |
ApplicationPath | Gets the application path in HttpContext. |
Methods
Name | Description | |
---|---|---|
![]() ![]() |
CombineVirtualPath(String, String[]) | Combines paths to create a base path. |
![]() ![]() |
GetSatelliteFileForCulture(String, CultureInfo) | Returns the satellite path for a culture of a path. |
![]() ![]() |
PhysicalToVirtual(String) | Converts a physical path to a virtual path. |
![]() ![]() |
VirtualToPhysical(String) | Converts a virtual path to a physical path. |
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
Microsoft.WindowsServerSolutions.Web Namespace
Return to top