WebSitePathHelper.GetWebPath Method (String)

HD.Common

WebSitePathHelperGetWebPath Method (String) Helper帮助文档
根据给出的相对地址获取网站绝对地址

Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static string GetWebPath(
	string localPath
)
Public Shared Function GetWebPath ( 
	localPath As String
) As String
public:
static String^ GetWebPath(
	String^ localPath
)
static member GetWebPath : 
        localPath : string -> string 

Parameters

localPath
Type: SystemString
相对地址

Return Value

Type: String
绝对地址
See Also

Reference