Go to file
dougbu f7704ba68f Implement `Editor*()` HTML helpers
- copy over legacy `Editor*()` extensions and default editor templates
- get working in the new world
 - usual `var`, `String` -> `string`, `internal` -> `public`, namespaces, ...
 - longest overloads into `IHtmlHelper[<TModel>]` and implementation classes
 - clean up `ViewContext.ViewData` -> `ViewData`, trailing whitespace, long lines
 - remove `MultilineTextTemplate()` since `TextArea()` doesn't exist yet
 - remove `ColorInputTemplate()` since `Color` type doesn't exist
 - use `html.Label()`, not `LabelExtensions.LabelHelper()`: equivalent helper
   is protected.  only downside is potential `ModelMetadata` re-discovery.
 - rename `HtmlInputTemplateHelper()` -> `GenerateTextBox()`
- copy over `Html5DateRenderingMode` and `html.Html5DateRenderingMode` property
 - and get them working in new world
- hook the default editor templates up
- use `Editor()`, `EditorFor()`, `EditorForModel()` in MVC sample
 - add an on-disk editor template to MVC sample
2014-04-28 14:53:07 -07:00
samples/MvcSample.Web Implement `Editor*()` HTML helpers 2014-04-28 14:53:07 -07:00
src Implement `Editor*()` HTML helpers 2014-04-28 14:53:07 -07:00
test AllowAnonymous can override AuthorizeAttribute 2014-04-28 14:04:10 -07:00
.gitattributes
.gitignore Updated build files. 2014-01-28 22:21:10 -08:00
NuGet.Config Workaround for myget being down 2014-02-07 10:08:16 -08:00
WebFx.sln Bringing back Razor.Host as an assembly as a TEMPORARY WORKAROUND 2014-04-10 15:54:47 -07:00
build.cmd Updating build.cmd to cache NuGet.exe 2014-02-02 08:15:02 -08:00
build.sh Added build.sh 2014-04-27 17:00:45 -07:00
global.json Added global.json 2014-01-31 16:40:42 -08:00
makefile.shade