Base:
method
Append
Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContent.Append(System.String)
24 references to Append
Microsoft.AspNetCore.Mvc.TagHelpers.Test (7)
LinkTagHelperTest.cs (2)
658
mixed.
Append
("HTML encoded");
962
mixed.
Append
("HTML encoded");
ScriptTagHelperTest.cs (2)
576
mixed.
Append
("HTML encoded");
913
mixed.
Append
("HTML encoded");
TagHelperOutputExtensionsTest.cs (3)
466
tagHelperContent.
Append
("Something");
501
tagHelperContent.
Append
("Something Else");
533
tagHelperContent.
Append
("Something");
Microsoft.AspNetCore.Razor.Test (17)
TagHelpers\DefaultTagHelperContentTest.cs (17)
106
source.
Append
("Test");
132
source.
Append
("Test");
155
source.
Append
("Test");
182
source.
Append
("Test");
225
tagHelperContent.
Append
("Hello World!");
293
tagHelperContent.
Append
(text1);
294
tagHelperContent.
Append
(text2);
323
tagHelperContent.
Append
(string.Empty);
399
tagHelperContent.
Append
("Hello");
424
tagHelperContent.
Append
(data);
438
tagHelperContent.
Append
(data);
439
tagHelperContent.
Append
(data);
543
copiedTagHelperContent.
Append
(data);
559
copiedTagHelperContent.
Append
(data);
647
tagHelperContent.
Append
("Hello");
764
tagHelperContent.
Append
("World");
778
tagHelperContent.
Append
("Hi");