Search Results for

    Show / Hide Table of Contents

    Enum ElementCloseMode

    Defines the different Close modes for an HTML element.

    Namespace: ImageVault.Common.Data.Display
    Assembly: ImageVault.Common.dll
    Syntax
    public enum ElementCloseMode

    Fields

    Name Description
    ClosingTag

    An element with a closing tag

    None

    None indicates a simple tag without close.

    SelfClosing

    A self closing element

    Extension Methods

    EnumExtensions.GetName()
    EnumExtensions.GetNames<ElementCloseMode>()
    EnumExtensions.GetAttribute<TAttribute>()
    In This Article
    Back to top (c) Meriworks 2002-2022