在Blazor中,微软也提供了不少组件。但是相关教程却少的可怜,以致于我们不知道微软到底提供了哪些组件。 下面是全部的组件,一个也不少。 learn.microsoft.com/zh-cn/dotne…
-
继承
ComponentBase
-
派生
Microsoft.AspNetCore.Components.Authorization.AuthorizeViewCore
Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState
Microsoft.AspNetCore.Components.ErrorBoundaryBase
Microsoft.AspNetCore.Components.Forms.DataAnnotationsValidator
Microsoft.AspNetCore.Components.Forms.EditForm
Microsoft.AspNetCore.Components.Forms.Editor
Microsoft.AspNetCore.Components.Forms.InputBase
Microsoft.AspNetCore.Components.Forms.InputFile
Microsoft.AspNetCore.Components.Forms.InputRadio
Microsoft.AspNetCore.Components.Forms.ValidationMessage
Microsoft.AspNetCore.Components.Forms.ValidationSummary
Microsoft.AspNetCore.Components.LayoutComponentBase
Microsoft.AspNetCore.Components.OwningComponentBase
Microsoft.AspNetCore.Components.QuickGrid.ColumnBase<TGridItem>
Microsoft.AspNetCore.Components.QuickGrid.Infrastructure.Defer
Microsoft.AspNetCore.Components.QuickGrid.Paginator
Microsoft.AspNetCore.Components.QuickGrid.QuickGrid<TGridItem>
Microsoft.AspNetCore.Components.Routing.FocusOnNavigate
Microsoft.AspNetCore.Components.Routing.NavLink
Microsoft.AspNetCore.Components.Web.HeadContent
Microsoft.AspNetCore.Components.Web.HeadOutlet
Microsoft.AspNetCore.Components.Web.PageTitle
Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize
在上面的组件中,大部分是单一组件,也就是说没有派生类了,或派生类很少。 但是 Microsoft.AspNetCore.Components.Forms.InputBase 有很多常用的派生类。
-
继承
InputBase
-
派生
Microsoft.AspNetCore.Components.Forms.InputCheckbox
Microsoft.AspNetCore.Components.Forms.InputDate
Microsoft.AspNetCore.Components.Forms.InputNumber
Microsoft.AspNetCore.Components.Forms.InputRadioGroup
Microsoft.AspNetCore.Components.Forms.InputSelect