HtmlHelper.GetHref Method

HD.Common

HtmlHelperGetHref Method Helper帮助文档
获取页面的链接正则

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

public string GetHref(
	string HtmlCode
)
Public Function GetHref ( 
	HtmlCode As String
) As String
public:
String^ GetHref(
	String^ HtmlCode
)
member GetHref : 
        HtmlCode : string -> string 

Parameters

HtmlCode
Type: SystemString

[Missing <param name="HtmlCode"/> documentation for "M:HD.Common.HtmlHelper.GetHref(System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:HD.Common.HtmlHelper.GetHref(System.String)"]

See Also

Reference