CssUtils Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static class CssUtils
type CssUtils = class
Public Class CssUtils
- Inheritance
-
CssUtils
Fields
| MaxCssNodeNameLength | |
| MaxProjectLength |
Methods
| HasInvalidCssCharacters(String) | |
| IsReservedCssName(String) | |
| IsReservedProjectName(String, Boolean) | |
| IsValidCssNodeName(String) |
Is this a valid CSS Node Name? Preconditions: name is non-null and non-empty (re-factored slightly from code by LakshmiP) |
| IsValidProjectName(String) |
Is this a valid project name for PCW? |