Skip to content

sharedlibrarycore ColorCode

RaidMax edited this page May 21, 2023 · 1 revision

ColorCode Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph SharedLibraryCore
  SharedLibraryCore.ColorCode[[ColorCode]]
  end
  subgraph Microsoft.AspNetCore.Razor.TagHelpers
Microsoft.AspNetCore.Razor.TagHelpers.TagHelper[[TagHelper]]
  end
Microsoft.AspNetCore.Razor.TagHelpers.TagHelper --> SharedLibraryCore.ColorCode
Loading

Members

Properties

Public properties

Type Name Methods
string Value get, set

Methods

Public methods

Returns Name
void Process(TagHelperContext context, TagHelperOutput output)

Details

Inheritance

  • TagHelper

Constructors

ColorCode

Source code

public ColorCode(ApplicationConfiguration appConfig)
Arguments
Type Name Description
ApplicationConfiguration appConfig

Methods

Process

Source code

public override void Process(TagHelperContext context, TagHelperOutput output)
Arguments
Type Name Description
TagHelperContext context
TagHelperOutput output

Properties

Value

public string Value { get; set; }

Generated with ModularDoc

Clone this wiki locally