Search Results for

    Show / Hide Table of Contents

    Class CssUtil

    Utility functions for Css operations

    Inheritance
    System.Object
    CssUtil
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: ImageVault.Common.Lib.Web
    Assembly: ImageVault.Common.dll
    Syntax
    public static class CssUtil

    Methods

    MakeCssIdentifier(String)

    Declaration
    public static string MakeCssIdentifier(string s)
    Parameters
    Type Name Description
    System.String s
    Returns
    Type Description
    System.String
    Remarks

    https://www.w3.org/TR/CSS21/syndata.html#characters

    In This Article
    Back to top (c) Meriworks 2002-2022