12 references to Minimized
Microsoft.AspNetCore.Mvc.Razor.Test (1)
src\Shared\Razor\CaseSensitiveBoundAttributeComparer.cs (1)
31
(attributeX.ValueStyle == HtmlAttributeValueStyle.
Minimized
||
Microsoft.AspNetCore.Mvc.TagHelpers.Test (1)
src\Shared\Razor\CaseSensitiveBoundAttributeComparer.cs (1)
31
(attributeX.ValueStyle == HtmlAttributeValueStyle.
Minimized
||
Microsoft.AspNetCore.Razor (8)
TagHelpers\TagHelperAttribute.cs (8)
16
/// <see cref="ValueStyle"/> is set to <see cref="HtmlAttributeValueStyle.
Minimized
"/> and <see cref="Value"/> to
21
: this(name, value: null, valueStyle: HtmlAttributeValueStyle.
Minimized
)
43
/// <remarks>If <paramref name="valueStyle"/> is <see cref="HtmlAttributeValueStyle.
Minimized
"/>,
77
(ValueStyle == HtmlAttributeValueStyle.
Minimized
|| Equals(Value, other.Value));
88
if (ValueStyle == HtmlAttributeValueStyle.
Minimized
)
123
if (ValueStyle == HtmlAttributeValueStyle.
Minimized
)
168
if (ValueStyle == HtmlAttributeValueStyle.
Minimized
)
220
if (ValueStyle != HtmlAttributeValueStyle.
Minimized
)
Microsoft.AspNetCore.Razor.Runtime.Test (1)
src\Shared\Razor\CaseSensitiveBoundAttributeComparer.cs (1)
31
(attributeX.ValueStyle == HtmlAttributeValueStyle.
Minimized
||
Microsoft.AspNetCore.Razor.Test (1)
src\Shared\Razor\CaseSensitiveBoundAttributeComparer.cs (1)
31
(attributeX.ValueStyle == HtmlAttributeValueStyle.
Minimized
||