Class RenderResource
Resource information that a renderer needs
Inheritance
System.Object
RenderResource
Namespace: ImageVault.Common.Html
Assembly: ImageVault.Common.dll
Syntax
public class RenderResource : Object
Constructors
RenderResource()
Default constructor
Declaration
public RenderResource()
RenderResource(RenderResourceType, String)
Creates a resource
Declaration
public RenderResource(RenderResourceType type, string url)
Parameters
Type | Name | Description |
---|---|---|
RenderResourceType | type | |
System.String | url |
Properties
Type
Type of resource
Declaration
public RenderResourceType Type { get; set; }
Property Value
Type | Description |
---|---|
RenderResourceType |
Url
Url to the resource
Declaration
public Uri Url { get; set; }
Property Value
Type | Description |
---|---|
System.Uri |