20 references to Minimized
Microsoft.AspNetCore.Identity.UI (8)
Areas_Identity_Pages_V4__Layout_cshtml.g.cs (1)
311__tagHelperExecutionContext.AddTagHelperAttribute("optional", __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper.Optional, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.Minimized);
Areas_Identity_Pages_V4_Account_Manage_Email_cshtml.g.cs (2)
204__tagHelperExecutionContext.AddHtmlAttribute("disabled", Html.Raw(__tagHelperStringValueBuffer), global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.Minimized); 242__tagHelperExecutionContext.AddHtmlAttribute("disabled", Html.Raw(__tagHelperStringValueBuffer), global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.Minimized);
Areas_Identity_Pages_V4_Account_Manage_Index_cshtml.g.cs (1)
184__tagHelperExecutionContext.AddHtmlAttribute("disabled", Html.Raw(__tagHelperStringValueBuffer), global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.Minimized);
Areas_Identity_Pages_V5__Layout_cshtml.g.cs (1)
314__tagHelperExecutionContext.AddTagHelperAttribute("optional", __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper.Optional, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.Minimized);
Areas_Identity_Pages_V5_Account_Manage_Email_cshtml.g.cs (2)
187__tagHelperExecutionContext.AddHtmlAttribute("disabled", Html.Raw(__tagHelperStringValueBuffer), global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.Minimized); 250__tagHelperExecutionContext.AddHtmlAttribute("disabled", Html.Raw(__tagHelperStringValueBuffer), global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.Minimized);
Areas_Identity_Pages_V5_Account_Manage_Index_cshtml.g.cs (1)
167__tagHelperExecutionContext.AddHtmlAttribute("disabled", Html.Raw(__tagHelperStringValueBuffer), global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.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)); 88if (ValueStyle == HtmlAttributeValueStyle.Minimized) 123if (ValueStyle == HtmlAttributeValueStyle.Minimized) 168if (ValueStyle == HtmlAttributeValueStyle.Minimized) 220if (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 ||