Class Search
public class Search : ThemeControlBase, IThemeControl
- Inheritance
-
objectComponentBaseSearch
- Implements
- Inherited Members
Properties
AllowTextInput
[Parameter]
public bool AllowTextInput { get; set; }
Property Value
- bool
CssClass
[Parameter]
public string CssClass { get; set; }
Property Value
- string
KeyWords
[SupplyParameterFromForm(FormName = "SearchForm")]
public string KeyWords { get; set; }
Property Value
- string
SearchResultPagePath
[Parameter]
public string SearchResultPagePath { get; set; }
Property Value
- string
Methods
BuildRenderTree(RenderTreeBuilder)
Renders the component to the supplied Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder.
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
RenderTreeBuilder
OnInitialized()
Method invoked when the component is ready to start, having received its initial parameters from its parent in the render tree.
protected override void OnInitialized()