HtmlHelperGetImgSrc Method | Helper帮助文档 |
匹配页面的图片地址
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static string GetImgSrc( string HtmlCode, string imgHttp )
Public Shared Function GetImgSrc ( HtmlCode As String, imgHttp As String ) As String
public: static String^ GetImgSrc( String^ HtmlCode, String^ imgHttp )
static member GetImgSrc : HtmlCode : string * imgHttp : string -> string
Parameters
- HtmlCode
- Type: SystemString
[Missing <param name="HtmlCode"/> documentation for "M:HD.Common.HtmlHelper.GetImgSrc(System.String,System.String)"]
- imgHttp
- Type: SystemString
要补充的http://路径信息
Return Value
Type: String[Missing <returns> documentation for "M:HD.Common.HtmlHelper.GetImgSrc(System.String,System.String)"]
See Also