Reacting to Razor changes
This commit is contained in:
parent
ad8ab4b8fd
commit
fee3b3cc6c
|
|
@ -29,22 +29,13 @@ namespace Asp
|
||||||
{
|
{
|
||||||
WriteLiteral("<div");
|
WriteLiteral("<div");
|
||||||
WriteAttribute("class", Tuple.Create(" class=\"", 4), Tuple.Create("\"", 17),
|
WriteAttribute("class", Tuple.Create(" class=\"", 4), Tuple.Create("\"", 17),
|
||||||
Tuple.Create(Tuple.Create("", 12), Tuple.Create<System.Object, System.Int32>(
|
Tuple.Create(Tuple.Create("", 12), Tuple.Create<System.Object, System.Int32>(logo, 12), false));
|
||||||
#line 1 "TestFiles/Input/Basic.cshtml"
|
|
||||||
logo
|
|
||||||
|
|
||||||
#line default
|
|
||||||
#line hidden
|
|
||||||
, 12), false));
|
|
||||||
WriteLiteral(">\r\n Hello world\r\n ");
|
WriteLiteral(">\r\n Hello world\r\n ");
|
||||||
Write(
|
|
||||||
#line 3 "TestFiles/Input/Basic.cshtml"
|
#line 3 "TestFiles/Input/Basic.cshtml"
|
||||||
Html.Input("SomeKey")
|
Write(Html.Input("SomeKey"));
|
||||||
|
|
||||||
#line default
|
#line default
|
||||||
#line hidden
|
#line hidden
|
||||||
);
|
|
||||||
|
|
||||||
WriteLiteral("\r\n</div>");
|
WriteLiteral("\r\n</div>");
|
||||||
}
|
}
|
||||||
#pragma warning restore 1998
|
#pragma warning restore 1998
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue