[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.ImageTagHelper

ImageTagHelper Class

ITagHelper implementation for Image.

Namespace: C1.Web.Mvc.TagHelpers
Assembly: C1.AspNetCore.Mvc.dll
Syntax
[HtmlTargetElement("c1-annotation-image")]
public class ImageTagHelper : ShapeTagHelper<Image>, ITagHelper, ITagHelperComponent

Constructors

Name Description
ImageTagHelper()

Properties

Name Description
CollectionName

Gets the collection name.

Height

Configurates Height. Sets the height of the Image annotation.

Href

Configurates Href. Sets the href of the Image annotation.

Width

Configurates Width. Sets the width of the Image annotation.