-
-
Notifications
You must be signed in to change notification settings - Fork 44
sharedlibrarycore ColorCode
RaidMax edited this page May 21, 2023
·
1 revision
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
Type | Name | Methods |
---|---|---|
string |
Value |
get, set |
Returns | Name |
---|---|
void |
Process (TagHelperContext context, TagHelperOutput output) |
TagHelper
public ColorCode(ApplicationConfiguration appConfig)
Type | Name | Description |
---|---|---|
ApplicationConfiguration |
appConfig |
public override void Process(TagHelperContext context, TagHelperOutput output)
Type | Name | Description |
---|---|---|
TagHelperContext |
context | |
TagHelperOutput |
output |
public string Value { get; set; }
Generated with ModularDoc