12 references to Html
Microsoft.AspNetCore.Razor.Language.UnitTests (12)
DefaultRazorIntermediateNodeLoweringPhaseIntegrationTest.cs (11)
84
n =>
Html
("Hello, World!", n));
105
n =>
Html
(
111
n =>
Html
(@""" />
134
n =>
Html
(
149
n =>
Html
(@" />
304
c1 =>
Html
(Environment.NewLine, c1),
317
c1 =>
Html
(Environment.NewLine, c1)));
360
v =>
Html
("foo", v))));
383
n =>
Html
("<p>Hi!</p>", n));
437
n =>
Html
("<p>Hi!</p>", n));
462
n =>
Html
("<p>Hi!</p>", n));
Extensions\SectionDirectivePassTest.cs (1)
79
Children(section, c =>
Html
(" <p>Hello World</p> ", c));