CssDataContainsCssBlock 方法  | 
 
            Check if there are css blocks for the given class selector.
            
 
        命名空间: 
     DSkin.Html.Core
        程序集:
     DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法public bool ContainsCssBlock(
	string className,
	string media = "all"
)
参数
- className
 - 类型:SystemString
the class selector to check for css blocks by - media (Optional)
 - 类型:SystemString
optional: the css media type (default - all) 
返回值
类型:
Booleantrue - has css blocks for the class, false - otherwise
参见