WebSitePathHelper Class | Helper帮助文档 |
网站路径操作类
Inheritance Hierarchy
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static class WebSitePathHelper
Public NotInheritable Class WebSitePathHelper
public ref class WebSitePathHelper abstract sealed
[<AbstractClassAttribute>] [<SealedAttribute>] type WebSitePathHelper = class end
The WebSitePathHelper type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetFilePath |
根据相对路径或绝对路径获取绝对路径
| |
GetWebPath |
获取网站绝对地址
| |
GetWebPath(String) |
根据给出的相对地址获取网站绝对地址
|
See Also