Class Views_Shared_DisplayTemplates_Image
Inheritance
System.Object
Views_Shared_DisplayTemplates_Image
Assembly: EPiServer.Cms.AspNetCore.HtmlHelpers.Views.dll
Version: 12.0.3
Syntax
public class Views_Shared_DisplayTemplates_Image : RazorPage<ContentReference>
Constructors
Views_Shared_DisplayTemplates_Image()
Declaration
public Views_Shared_DisplayTemplates_Image()
Properties
Component
Declaration
public IViewComponentHelper Component { get; }
Property Value
Type |
Description |
Microsoft.AspNetCore.Mvc.IViewComponentHelper |
|
Html
Declaration
public IHtmlHelper<ContentReference> Html { get; }
Property Value
Type |
Description |
Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<ContentReference> |
|
Json
Declaration
public IJsonHelper Json { get; }
Property Value
Type |
Description |
Microsoft.AspNetCore.Mvc.Rendering.IJsonHelper |
|
ModelExpressionProvider
Declaration
public IModelExpressionProvider ModelExpressionProvider { get; }
Property Value
Type |
Description |
Microsoft.AspNetCore.Mvc.ViewFeatures.IModelExpressionProvider |
|
Url
Declaration
public IUrlHelper Url { get; }
Property Value
Type |
Description |
Microsoft.AspNetCore.Mvc.IUrlHelper |
|
Methods
ExecuteAsync()
Declaration
public override Task ExecuteAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Extension Methods