Commit Graph

22 Commits (76ed88e6a11f535f21ec324fefa9154710d9707a)

Author SHA1 Message Date
Steve Smith 67e6c6ad95 DI in Views 2016-02-09 15:25:34 -05:00
Robert Haken 5a4e5e9bb9 TagHelpers authoring - SetContent() => SetHtmlContent()
to prevent unwanted encoding of HTML elements
2016-02-08 16:55:52 -08:00
danroth27 f3fc3da67d Add missing paren 2016-02-08 16:50:44 -08:00
Robert Haken [MVP ASP.NET/IIS] 01375eec3c Proper start tag syntax 2016-02-08 16:47:50 -08:00
Robert Haken [MVP ASP.NET/IIS] 6f11addc4f context.GetChildContentAsync() => output.GetChildContentAsync() 2016-02-08 16:42:59 -08:00
Robert Haken [MVP ASP.NET/IIS] fc19e7ee51 TargetElementAttribute renamed to HtmlTargetElementAttribute
replacement of all occurences
2016-02-08 16:37:50 -08:00
Robert Haken [MVP ASP.NET/IIS] 2be01b56df Class name not supported as folder name for view
ViewComponent class name (ie. Views\\Todo\\Components\\PriorityListViewComponent) is not supported.
The folder name has to follow component name pattern.
2016-02-08 16:33:37 -08:00
Sourabh Shirhatti 3401ffd82e Duplicate 'the' 2016-02-08 10:46:06 -08:00
Daniel Roth 2a64f0c688 Update view-components.rst 2016-01-07 11:02:43 -08:00
Thom Kiesewetter 2950d5d574 Update view-components.rst 2016-01-05 10:08:07 -08:00
Sourabh Shirhatti fbfca660a2 Remove using tag helpers
This content was previously combined into intro to tag helpers

Dead link
2015-12-16 18:10:29 -08:00
Scott Addie b5525268ba Fix broken Environment Tag Helper link
Link to new label in MVC index page
2015-12-04 19:04:57 -08:00
danroth27 d5cc041782 Restructure folders to match the convention 2015-11-18 01:50:36 -08:00
danroth27 ad27e80b95 Split @inject content form view component article and do a cleanup pass 2015-11-18 01:49:54 -08:00
Christopher Hackett b8c26cbcc6 Fix stray escaping issues in doc
Looks like code in blocks needs no escaping of ``\`` but in normal text area it needs escaping (on both github and read the docs).
2015-11-18 01:01:04 -08:00
Rick Anderson c7dacf12bd Intro TH new
Intro TH new

Wed fixes

removed naming conven and added bullets

Removed event bubbles

touch bad .png

rename bad .png

rename bad

Git bug won't rename .PNG
2015-10-08 05:43:46 -07:00
danroth27 bc087765e2 Remove all instances of 'dnx .' 2015-09-18 15:49:34 -07:00
Mike Wasson c4a4b9b9e5 Add Tag Helper Authoring article 2015-09-15 14:42:09 -07:00
Stephen Halter a45f831e16 Normalize all the line endings 2015-07-31 12:53:24 -07:00
Rick Anderson 63461997d1 Remove usage of default alias 2015-07-28 22:27:38 -07:00
Rick Anderson 24c2f2ea6f Update view component article to beta5 2015-07-28 22:27:23 -07:00
danroth27 b7613c2893 Create new MVC project 2015-06-01 15:45:30 -07:00