HtmlHelper.File Method

HD.Common

HtmlHelperFile 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 File(
	string Path,
	Page p
)
Public Shared Function File ( 
	Path As String,
	p As Page
) As String
public:
static String^ File(
	String^ Path, 
	Page^ p
)
static member File : 
        Path : string * 
        p : Page -> string 

Parameters

Path
Type: SystemString

[Missing <param name="Path"/> documentation for "M:HD.Common.HtmlHelper.File(System.String,System.Web.UI.Page)"]

p
Type: System.Web.UIPage

[Missing <param name="p"/> documentation for "M:HD.Common.HtmlHelper.File(System.String,System.Web.UI.Page)"]

Return Value

Type: String

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

See Also

Reference