Merge pull request #5690 from 274188A/patch-3

Update Part-2.md
pull/5697/head
maliming 5 years ago committed by GitHub
commit ebe7f25ff0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -643,7 +643,7 @@ Open the `Books.razor` and replace the content as the following:
</Card>
````
> If you see some syntax errors, you can ignore them if your application property built and run. Visual Studio still has some bugs with Blazor.
> If you see some syntax errors, you can ignore them if your application properly built and run. Visual Studio still has some bugs with Blazor.
* Inherited from the `BlazoriseCrudPageBase<IBookAppService, BookDto, Guid, PagedAndSortedResultRequestDto, CreateUpdateBookDto>` which implements all the CRUD details for us.
* `Entities`, `TotalCount`, `PageSize`, `OnDataGridReadAsync` are defined in the base blass.

Loading…
Cancel
Save