FormFactory

所属分类:WEB开发
开发工具:C#
文件大小:0KB
下载次数:0
上传日期:2022-12-08 03:44:41
上 传 者sh-1993
说明:  MVC5、核心或独立-从ViewModels生成丰富的HTML5表单,或以编程方式构建它们
(MVC5, Core or standalone - Generate rich HTML5 forms from your ViewModels, or build them programatically)

文件列表:
FormFactory.AspMvc.Example/ (0, 2020-11-20)
FormFactory.AspMvc.Example/App_Code/ (0, 2020-11-20)
FormFactory.AspMvc.Example/App_Code/RegisterVirtualPathProvider.cs (425, 2020-11-20)
FormFactory.AspMvc.Example/App_Data/ (0, 2020-11-20)
FormFactory.AspMvc.Example/App_Data/.empty (13, 2020-11-20)
FormFactory.AspMvc.Example/App_Start/ (0, 2020-11-20)
FormFactory.AspMvc.Example/App_Start/BundleConfig.cs (1257, 2020-11-20)
FormFactory.AspMvc.Example/App_Start/FilterConfig.cs (281, 2020-11-20)
FormFactory.AspMvc.Example/App_Start/RouteConfig.cs (596, 2020-11-20)
FormFactory.AspMvc.Example/Content/ (0, 2020-11-20)
FormFactory.AspMvc.Example/Content/Prettify/ (0, 2020-11-20)
FormFactory.AspMvc.Example/Content/Prettify/Themes/ (0, 2020-11-20)
FormFactory.AspMvc.Example/Content/Prettify/Themes/desert.css (1586, 2020-11-20)
FormFactory.AspMvc.Example/Content/Prettify/Themes/sons-of-obsidian.css (1370, 2020-11-20)
FormFactory.AspMvc.Example/Content/Prettify/Themes/sunburst.css (2021, 2020-11-20)
FormFactory.AspMvc.Example/Content/Prettify/prettify.css (675, 2020-11-20)
FormFactory.AspMvc.Example/Content/Site.css (513, 2020-11-20)
FormFactory.AspMvc.Example/Content/bootstrap.css (192348, 2020-11-20)
FormFactory.AspMvc.Example/Content/bootstrap.min.css (155758, 2020-11-20)
FormFactory.AspMvc.Example/Content/bootstrap/ (0, 2020-11-20)
FormFactory.AspMvc.Example/Content/bootstrap/bootstrap-theme.css (16819, 2020-11-20)
FormFactory.AspMvc.Example/Content/bootstrap/bootstrap-theme.min.css (14996, 2020-11-20)
FormFactory.AspMvc.Example/Content/bootstrap/bootstrap.css (119892, 2020-11-20)
FormFactory.AspMvc.Example/Content/bootstrap/bootstrap.min.css (97339, 2020-11-20)
FormFactory.AspMvc.Example/Content/fonts/ (0, 2020-11-20)
FormFactory.AspMvc.Example/Content/fonts/glyphicons-halflings-regular.eot (14079, 2020-11-20)
FormFactory.AspMvc.Example/Content/fonts/glyphicons-halflings-regular.svg (63157, 2020-11-20)
FormFactory.AspMvc.Example/Content/fonts/glyphicons-halflings-regular.ttf (29512, 2020-11-20)
FormFactory.AspMvc.Example/Content/fonts/glyphicons-halflings-regular.woff (16448, 2020-11-20)
FormFactory.AspMvc.Example/Content/themes/ (0, 2020-11-20)
FormFactory.AspMvc.Example/Content/themes/base/ (0, 2020-11-20)
FormFactory.AspMvc.Example/Content/themes/base/images/ (0, 2020-11-20)
FormFactory.AspMvc.Example/Content/themes/base/images/animated-overlay.gif (1738, 2020-11-20)
FormFactory.AspMvc.Example/Content/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png (180, 2020-11-20)
FormFactory.AspMvc.Example/Content/themes/base/images/ui-bg_flat_75_ffffff_40x100.png (178, 2020-11-20)
FormFactory.AspMvc.Example/Content/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png (120, 2020-11-20)
FormFactory.AspMvc.Example/Content/themes/base/images/ui-bg_glass_65_ffffff_1x400.png (105, 2020-11-20)
FormFactory.AspMvc.Example/Content/themes/base/images/ui-bg_glass_75_dadada_1x400.png (111, 2020-11-20)
FormFactory.AspMvc.Example/Content/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png (110, 2020-11-20)
... ...

# FormFactory - dynamic HTML form engine Visit http://formfactoryaspmvc.azurewebsites.net/ for live documentation and to see what FormFactory can do! # Installation ## For ASP.NET MVC 5 `install-package FormFactory` `install-package FormFactory.AspMvc` `install-package EmbeddedResourceVirtualPathProvider *` (or you can install FormFactory.Templates if you don't want to use the EmbeddedResourceVirtualPathProvider) ## For ASP.NET MVC Core `install-package FormFactory` `install-package FormFactory.AspNetCore` configure core to serve embedded files - see [startup.cs](https://github.com/mcintyre321/FormFactory/blob/master/FormFactory.AspNetCore.Example/Startup.cs#L36) lines 36 and 60 ## For both Add the assets to your page `` `` # How to use it Inside an cshtml file: `@FF.PropertiesFor(someObject).Render(Html);` `.PropertiesFor(someObject)` will reflect over the `someObject` and create an enumerable of `PropertyVm` objects, and `.Render(Html)` will render each object out the page See the documentation site for how to mark up your viewmodel

近期下载者

相关文件


收藏者