Search Results for

    Show / Hide Table of Contents

    Class AnchorRenderer

    Inheritance
    System.Object
    AnchorRenderer
    Implements
    IMediaRenderer
    Namespace: ImageVault.Common.Html
    Assembly: ImageVault.Common.dll
    Syntax
    public class AnchorRenderer : Object, IMediaRenderer

    Constructors

    AnchorRenderer()

    Declaration
    public AnchorRenderer()

    Fields

    RendererId

    Declaration
    public const string RendererId = "65B954CC-4D55-463B-B2D4-EEEEDA30EBA8"
    Field Value
    Type Description
    System.String

    Properties

    Id

    Gets the id of the renderer

    Declaration
    public string Id { get; }
    Property Value
    Type Description
    System.String

    Methods

    GetResourceList()

    Gets a list of Resources needed for the renderer to work on a html page

    Declaration
    public IList<RenderResource> GetResourceList()
    Returns
    Type Description
    System.Collections.Generic.IList<RenderResource>

    Render(RenderContext)

    Renders the supplied media

    Declaration
    public string Render(RenderContext context)
    Parameters
    Type Name Description
    RenderContext context

    Context to use when rendering the html

    Returns
    Type Description
    System.String

    Implements

    IMediaRenderer

    Extension Methods

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