3 references to AllowMinimizedBooleanTagHelperAttributes
Microsoft.AspNetCore.Razor.Language.UnitTests (2)
RazorParserOptionsTest.cs (2)
32
Assert.True(options.
AllowMinimizedBooleanTagHelperAttributes
);
44
Assert.False(options.
AllowMinimizedBooleanTagHelperAttributes
);
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Legacy\TagHelperBlockRewriter.cs (1)
182
var isValidMinimizedAttribute = options.
AllowMinimizedBooleanTagHelperAttributes
&& result.IsBoundBooleanAttribute;