mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-05 05:27:37 +08:00
c7ee5c90c6
* refactoring EditContext to be injected properly by both AndDesign.Form and EditForm. * Allowing FormItem to be used in default EditF
14 lines
465 B
C#
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 |