Click or drag to resize
AkPageAddCssContent Method (HttpResponse, String)
增加样式表内容。

读取样式表文件的内容、并通过 style 标签增加到页面。

Namespace: Appkit.Web.UI
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static void AddCssContent(
	HttpResponse response,
	params string[] paths
)

Parameters

response
Type: System.WebHttpResponse
页面输出。
paths
Type: SystemString
样式表文件路径的集合。
See Also