| AkPageLoadCustomCss Method (HttpResponse, String, String, String) |
加载可运行期定制的 CSS 文档。
Namespace: Appkit.Web.UIAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic static void LoadCustomCss(
HttpResponse response,
string classDir,
string filename,
params string[] filename0
)
Parameters
- response
- Type: System.WebHttpResponse
页面输出。 - classDir
- Type: SystemString
类别目录。 - filename
- Type: SystemString
目标文件名。 - filename0
- Type: SystemString
模板文件名。
See Also