Search Results for

    Show / Hide Table of Contents

    Class HtmlClosingTag

    Inheritance
    System.Object
    HtmlClosingTag
    Namespace: ImageVault.Common.Html
    Assembly: ImageVault.Common.dll
    Syntax
    public sealed class HtmlClosingTag : Enum

    Fields

    End

    Defines a end tag

    Declaration
    public const HtmlClosingTag End
    Field Value
    Type Description
    HtmlClosingTag

    None

    Defines an open tag (without close) <source ...>

    Declaration
    public const HtmlClosingTag None
    Field Value
    Type Description
    HtmlClosingTag

    Self

    Defines a self closing tag

    Declaration
    public const HtmlClosingTag Self
    Field Value
    Type Description
    HtmlClosingTag

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    Extension Methods

    EnumExtensions.GetNames<TEnum>(TEnum)
    In This Article
    Back to top (c) Meriworks 2002-2022