Class AIPromptPromptView
Inheritance
System.Object
Telerik.Blazor.Components.AIPromptViewBase
AIPromptPromptView
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class AIPromptPromptView : AIPromptViewBase, IDisposable
Constructors
AIPromptPromptView()
Declaration
public AIPromptPromptView()
Properties
ButtonIcon
Declaration
public override object ButtonIcon { get; set; }
Property Value
System.Object
|
Overrides
Telerik.Blazor.Components.AIPromptViewBase.ButtonIcon
ButtonText
Declaration
public override string ButtonText { get; set; }
Property Value
System.String
|
Overrides
Telerik.Blazor.Components.AIPromptViewBase.ButtonText
FooterTemplate
ViewTemplate
Declaration
public override RenderFragment ViewTemplate { get; set; }
Property Value
Microsoft.AspNetCore.Components.RenderFragment
|
Overrides
Telerik.Blazor.Components.AIPromptViewBase.ViewTemplate
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder
__builder
|
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
System.Threading.Tasks.Task
|
Overrides
Telerik.Blazor.Components.AIPromptViewBase.OnInitializedAsync()