Class AIPromptCustomView
Inheritance
System.Object
Telerik.Blazor.Components.AIPromptViewBase
AIPromptCustomView
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class AIPromptCustomView : AIPromptViewBase, IDisposable
Constructors
AIPromptCustomView()
Declaration
public AIPromptCustomView()
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
|