Search Results for

    Show / Hide Table of Contents

    Class RenderResourceType

    Defines the different type of resources that can be defined by a renderer

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

    Fields

    JavaScript

    Defines a java script resource

    Declaration
    public const RenderResourceType JavaScript
    Field Value
    Type Description
    RenderResourceType

    Stylesheet

    Defines a CSS style sheet resource

    Declaration
    public const RenderResourceType Stylesheet
    Field Value
    Type Description
    RenderResourceType

    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