Compared to legacy MVC: - correct usings and namespace - remove `GetFullHtmlFieldId` method; depends on `HtmlHelper` method that can't be static - String -> string - remove reference to a legacy bug - convert internal `VisitedObjects` property to public `AddVisited()` method Further cleanup - remove explicit backing fields for remaining properties - add copy constructor to replace code distributed around legacy MVC - don't "combine and trim" in `GetFullHtmlFieldName()` |
||
|---|---|---|
| samples/MvcSample.Web | ||
| src | ||
| test | ||
| .gitattributes | ||
| .gitignore | ||
| NuGet.Config | ||
| WebFx.sln | ||
| build.cmd | ||
| global.json | ||
| makefile.shade | ||