London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class Views_Shared_DisplayTemplates_PageReference

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

Constructors

Views_Shared_DisplayTemplates_PageReference()

Declaration
public Views_Shared_DisplayTemplates_PageReference()

Properties

Component

Declaration
public IViewComponentHelper Component { get; }
Property Value
Type Description
Microsoft.AspNetCore.Mvc.IViewComponentHelper

Html

Declaration
public IHtmlHelper<PageReference> Html { get; }
Property Value
Type Description
Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<PageReference>

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