Class ReminderPage
[Authorize]
[Route("/Reminder/{description}")]
public class ReminderPage : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
- Inheritance
-
ReminderPage
- Implements
- Inherited Members
Properties
Description
[Parameter]
public string? Description { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Renders the component to the supplied RenderTreeBuilder.
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builderRenderTreeBuilder
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()