HtmlHelper.GetImg Method

HD.Common

HtmlHelperGetImg 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 GetImg(
	string ImgString,
	string imgHttp
)
Public Shared Function GetImg ( 
	ImgString As String,
	imgHttp As String
) As String
public:
static String^ GetImg(
	String^ ImgString, 
	String^ imgHttp
)
static member GetImg : 
        ImgString : string * 
        imgHttp : string -> string 

Parameters

ImgString
Type: SystemString
字符串
imgHttp
Type: SystemString

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

Return Value

Type: String

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

See Also

Reference