HtmlHelper.CSS Method

HD.Common

HtmlHelperCSS Method Helper帮助文档
加载CSS样式文件

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

public static string CSS(
	string cssPath,
	Page p
)
Public Shared Function CSS ( 
	cssPath As String,
	p As Page
) As String
public:
static String^ CSS(
	String^ cssPath, 
	Page^ p
)
static member CSS : 
        cssPath : string * 
        p : Page -> string 

Parameters

cssPath
Type: SystemString

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

p
Type: System.Web.UIPage

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

Return Value

Type: String

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

See Also

Reference