16 references to Minimized
Microsoft.AspNetCore.Identity.UI (8)
_generated\15\Email_cshtml.g.cs (2)
203
__tagHelperExecutionContext.AddHtmlAttribute("disabled", Html.Raw(__tagHelperStringValueBuffer), global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.
Minimized
);
241
__tagHelperExecutionContext.AddHtmlAttribute("disabled", Html.Raw(__tagHelperStringValueBuffer), global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.
Minimized
);
_generated\19\Index_cshtml.g.cs (1)
183
__tagHelperExecutionContext.AddHtmlAttribute("disabled", Html.Raw(__tagHelperStringValueBuffer), global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.
Minimized
);
_generated\38\_Layout_cshtml.g.cs (1)
308
__tagHelperExecutionContext.AddTagHelperAttribute("optional", __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper.Optional, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.
Minimized
);
_generated\57\Email_cshtml.g.cs (2)
186
__tagHelperExecutionContext.AddHtmlAttribute("disabled", Html.Raw(__tagHelperStringValueBuffer), global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.
Minimized
);
249
__tagHelperExecutionContext.AddHtmlAttribute("disabled", Html.Raw(__tagHelperStringValueBuffer), global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.
Minimized
);
_generated\61\Index_cshtml.g.cs (1)
166
__tagHelperExecutionContext.AddHtmlAttribute("disabled", Html.Raw(__tagHelperStringValueBuffer), global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.
Minimized
);
_generated\80\_Layout_cshtml.g.cs (1)
311
__tagHelperExecutionContext.AddTagHelperAttribute("optional", __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper.Optional, global::Microsoft.AspNetCore.Razor.TagHelpers.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
)