ant-design-blazor/site/AntDesign.Docs/_Imports.razor
Daniel Matthews c7ee5c90c6 feat(module: form): Allow controls to be used in default EditForm (#2138)
* refactoring EditContext to be injected properly by both AndDesign.Form and EditForm.

* Allowing FormItem to be used in default EditF
2021-12-10 15:36:00 +08:00

14 lines
465 B
C#

@using System.Net.Http
@using System.Net.Http.Json
@using Microsoft.AspNetCore.Authorization
@using Microsoft.AspNetCore.Components.Forms
@using Microsoft.AspNetCore.Components.Routing
@using Microsoft.AspNetCore.Components.Web
@using Microsoft.JSInterop
@using AntDesign
@using AntDesign.Docs.Routing
@using AntDesign.Docs.Pages
@using AntDesign.Docs.Shared
@using AntDesign.Docs.Localization
@using System.Text.Json
@using System.ComponentModel.DataAnnotations