Phil Haack
|
7a53eb488e
|
Fixed issues caught when pre-compiling views. Note that I temporarily added an implicit conversion from LocalizedString to String. This may go away with Louis's pending changes.
--HG--
branch : dev
|
2010-06-10 01:09:13 -07:00 |
|
Phil Haack
|
4bd6fbb866
|
Updated UnorderedList to return IHtmlString and changed the relevant <%= blocks to <%:
--HG--
branch : dev
|
2010-06-10 00:07:26 -07:00 |
|
Phil Haack
|
65772415fd
|
LinkOrDefault now returns IHtmlString. Replaced calls to <%= with <%: where relevant to this change.
--HG--
branch : dev
|
2010-06-09 23:39:02 -07:00 |
|
Phil Haack
|
013638aca8
|
Converted Html.Link to return MvcHtmlString. Replaced unnecessary calls to <%= with <%: as a result of this change.
Added some unit tests for Html.Link.
--HG--
branch : dev
|
2010-06-09 23:06:36 -07:00 |
|
Phil Haack
|
fa3c6a2854
|
Merge dev tip
--HG--
branch : dev
|
2010-06-09 21:34:22 -07:00 |
|
Phil Haack
|
278cc6e0fa
|
Removed calls to _Encoded() that are no longer needed
--HG--
branch : dev
|
2010-06-09 21:21:01 -07:00 |
|
Phil Haack
|
afb6afe309
|
Changed multiple usages of <%= to <%: where appropriate
--HG--
branch : dev
|
2010-06-08 23:42:20 -07:00 |
|
Phil Haack
|
7108d92147
|
Replaced Html.Encode with the new <%: %> syntax for auto encoding
--HG--
branch : dev
|
2010-06-08 22:44:30 -07:00 |
|