1 write to Value
Microsoft.AspNetCore.Html.Abstractions (1)
HtmlString.cs (1)
29
Value
= value;
10 references to Value
Microsoft.AspNetCore.Html.Abstractions (2)
HtmlString.cs (2)
43
writer.Write(
Value
);
49
return
Value
?? string.Empty;
Microsoft.AspNetCore.Mvc.TagHelpers (1)
TagHelperOutputExtensions.cs (1)
268
extractedClassValue = valueAsHtmlString.
Value
;
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (3)
Buffers\ViewBufferTest.cs (3)
265
Assert.Equal("Hello", Assert.IsType<HtmlString>(nestedItems[0]).
Value
);
266
Assert.Equal("Hello", Assert.IsType<HtmlString>(destinationItems[0]).
Value
);
289
Assert.Equal("Hello", Assert.IsType<HtmlString>(destinationItems[0]).
Value
);
Microsoft.AspNetCore.Razor.Test (4)
TagHelpers\DefaultTagHelperContentTest.cs (4)
119
Assert.Equal("hello", Assert.IsType<HtmlString>(items[1]).
Value
);
145
Assert.Equal("hello", Assert.IsType<HtmlString>(items[1]).
Value
);
169
Assert.Equal("hello", Assert.IsType<HtmlString>(items[1]).
Value
);
197
Assert.Equal("hello", Assert.IsType<HtmlString>(items[1]).
Value
);