Table of Contents

Class CreatePage

Namespace
The.Web.Entities.Pages
Assembly
Instagile.Web.Client.dll
[Authorize]
[Route("/Create/{type}")]
public class CreatePage : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Inheritance
CreatePage
Implements
Inherited Members

Properties

EntityFactory

[Parameter]
public Func<IEntity>? EntityFactory { get; set; }

Property Value

Func<IEntity>

Type

[Parameter]
public string Type { get; set; }

Property Value

string

Methods

BuildRenderTree(RenderTreeBuilder)

Renders the component to the supplied RenderTreeBuilder.

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder

OnParametersSet()

Method invoked when the component has received parameters from its parent in the render tree, and the incoming values have been assigned to properties.

protected override void OnParametersSet()