sharedlibrarycore ColorCode - RaidMax/IW4M-Admin GitHub Wiki
ColorCode Public class
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SharedLibraryCore
SharedLibraryCore.ColorCode[ColorCode](/RaidMax/IW4M-Admin/wiki/ColorCode)
end
subgraph Microsoft.AspNetCore.Razor.TagHelpers
Microsoft.AspNetCore.Razor.TagHelpers.TagHelper[TagHelper](/RaidMax/IW4M-Admin/wiki/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
Constructors
ColorCode
Source code
public ColorCode(ApplicationConfiguration appConfig)
Arguments
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