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