1 sharedlibrarycore ColorCode
RaidMax edited this page 2023-05-20 22:09:21 -05:00

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

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