Class SurveyPrompt
Inherited Members
Namespace: OpenIddict.Demo.Client.BlazorWASM.Shared
Assembly: OpenIddict.Demo.Client.BlazorWASM.dll
Syntax
public class SurveyPrompt : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Constructors
SurveyPrompt()
Declaration
public SurveyPrompt()
Properties
Title
Declaration
[Parameter]
public string? Title { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
| Type | Name | Description |
|---|---|---|
| RenderTreeBuilder | __builder |