Class ImageUrlAttribute
Assigns an URL to an image describing the object.
Inheritance
System.Object
ImageUrlAttribute
Namespace: EPiServer.DataAnnotations
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class ImageUrlAttribute : Attribute
Remarks
Used by Page
Constructors
ImageUrlAttribute(String)
Initializes a new instance of the Image
Declaration
public ImageUrlAttribute(string path)
Parameters
Type | Name | Description |
---|---|---|
System. |
path | The path. |
Properties
Path
Gets the path to the image.
Declaration
public virtual string Path { get; }
Property Value
Type | Description |
---|---|
System. |