alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class CodeLanguageModel

    Represents the code language configuration for syntax highlighting in code blocks.

    Inheritance
    object
    CodeLanguageModel
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.BlockEditor
    Assembly: Syncfusion.Blazor.BlockEditor.dll
    Syntax
    public class CodeLanguageModel

    Constructors

    CodeLanguageModel()

    Declaration
    public CodeLanguageModel()

    Properties

    Label

    Specifies the label to display in the language selector dropdown.

    Declaration
    public string Label { get; set; }
    Property Value
    Type
    string

    Language

    Specifies the language value used for syntax highlighting.

    Declaration
    public string Language { get; set; }
    Property Value
    Type
    string
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved