Class AnchorRenderer
Inheritance
System.Object
AnchorRenderer
Implements
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 |