1 write to Language
Microsoft.AspNetCore.Components.AI (1)
Blocks\RichText\CodeBlockNode.cs (1)
27Language = language;
2 references to Language
Microsoft.AspNetCore.Components.AI (2)
Components\MessageListContext.cs (2)
135if (!string.IsNullOrEmpty(codeBlock.Language)) 137builder.AddAttribute(3, "data-language", codeBlock.Language);