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)); 88if (ValueStyle == HtmlAttributeValueStyle.Minimized) 123if (ValueStyle == HtmlAttributeValueStyle.Minimized) 168if (ValueStyle == HtmlAttributeValueStyle.Minimized) 220if (ValueStyle != HtmlAttributeValueStyle.Minimized)