Ryan Nowak
|
2992f8e38a
|
Separate PageContext and ViewContext
This change decouples PageContext and ViewContext completely.
|
2017-05-24 16:01:52 -07:00 |
Ryan Nowak
|
b1b3a816cc
|
Rename View() to Page()
This requires us to introduce another base class between RazorPageBase and
Page - you need this because you aren't allow to have Page.Page().
|
2017-04-27 09:27:14 -07:00 |
Ryan Nowak
|
297196baa0
|
Design updates to handler methods and binding
Implements #6091, #6072, #6090, #5927
|
2017-04-21 17:29:25 -07:00 |
Ryan Brandenburg
|
5a184df808
|
Remove Binder from Page and PageModel
|
2017-04-20 17:54:50 -07:00 |
Ryan Brandenburg
|
9e8d4db7d8
|
Move TempDataPropertyProvider into filter
|
2017-04-05 12:04:02 -07:00 |
Pranav K
|
e7101f248a
|
Support model binding to Razor Pages properties on page and PageModel classes
Fixes #5952
|
2017-03-24 07:45:19 -07:00 |
Jass Bagga
|
1197657e5b
|
TempData property attribute
Addresses #5600
|
2017-03-16 16:34:35 -07:00 |
Ajay Bhargav Baaskaran
|
2ffaa88830
|
Using NullLogger types from Logging.Abstractions
|
2017-03-14 12:24:18 -07:00 |
Ryan Nowak
|
314aa366e1
|
Add TempData property support for Pages
|
2017-02-07 15:27:02 -08:00 |
Pranav K
|
8d5abd433f
|
Add support for PageStarts
|
2017-02-03 15:57:00 -08:00 |
Pranav K
|
a7abdeabcd
|
Introducing PageActionInvoker
|
2017-01-13 11:49:02 -08:00 |