ClassAIPromptCommandViewContent
Class
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class AIPromptCommandViewContent : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Inheritance: objectComponentBaseAIPromptCommandViewContent
Implements:
Inherited Members
Constructors
AIPromptCommandViewContent()
Declaration
cs-api-definition
public AIPromptCommandViewContent()
Properties
Container
Declaration
cs-api-definition
[CascadingParameter]
public TelerikAIPrompt Container { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides