Summary
A container interface for markdown references
`[somekey]: somevalue "some alt text"`
- Assembly
- Rocket
.Surgery .Nuke .dll - Namespace
- Rocket
.Surgery .Nuke .Readme - Implementing Types
graph BT
Type["IMarkdownReferences"]
class Type type-node
Implementing0["References"]-.->Type
click Implementing0 "/api/Rocket.Surgery.Nuke.Readme/References"
Syntax
public interface IMarkdownReferences
Attributes
Type | Description |
---|---|
Nullable |
Methods
Name | Value | Summary |
---|---|---|
AddReference |
string |
Adds a reference with optional alt text
|
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|