TabbedCodeBlockRenderOptions
classNamespace: MyLittleContentEngine.Services.Content.MarkdigExtensions.Tabs
Options for customizing the CSS classes used in the tabbed code block renderer
Declaration
public record TabbedCodeBlockRenderOptions
Inheritance
object
→ TabbedCodeBlockRenderOptions
Implements
System.IEquatable<MyLittleContentEngine.Services.Content.MarkdigExtensions.Tabs.TabbedCodeBlockRenderOptions>
Propertys
ContainerCss
propertypublic required string ContainerCss { get; init; }
CSS classes for the container
Returns:
string TabbedCodeBlockRenderOptions.ContainerCss
OuterWrapperCss
propertypublic required string OuterWrapperCss { get; init; }
CSS class for the outer wrapper element
Returns:
string TabbedCodeBlockRenderOptions.OuterWrapperCss
TabButtonCss
propertypublic required string TabButtonCss { get; init; }
CSS classes for the tab buttons
Returns:
string TabbedCodeBlockRenderOptions.TabButtonCss
TabListCss
propertypublic required string TabListCss { get; init; }
CSS classes for the tab list
Returns:
string TabbedCodeBlockRenderOptions.TabListCss
TabPanelCss
propertypublic required string TabPanelCss { get; init; }
CSS classes for the tab panels
Returns:
string TabbedCodeBlockRenderOptions.TabPanelCss
Fields
Default
fieldpublic static readonly TabbedCodeBlockRenderOptions Default
Gets the default settings for .
Returns:
TabbedCodeBlockRenderOptions TabbedCodeBlockRenderOptions.Default