Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class Views_Shared_DisplayTemplates_ContentReference

Inheritance
System.Object
Views_Shared_DisplayTemplates_ContentReference
Namespace: AspNetCore
Assembly: EPiServer.Cms.AspNetCore.HtmlHelpers.Views.dll
Version: 12.0.3
Syntax
public class Views_Shared_DisplayTemplates_ContentReference : RazorPage<ContentReference>

Constructors

Views_Shared_DisplayTemplates_ContentReference()

Declaration
public Views_Shared_DisplayTemplates_ContentReference()

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