Summary
This section is used to allow for clean markdown references so that the readme file isn't complete cluttered with image
urls and links.
- Assembly
- Rocket
.Surgery .Nuke .dll - Namespace
- Rocket
.Surgery .Nuke .Readme - Interfaces
- Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type-.->Interface0["IMarkdownReferences"]
click Interface0 "/api/Rocket.Surgery.Nuke.Readme/IMarkdownReferences"
Type-.->Interface1["IReadmeSection"]
click Interface1 "/api/Rocket.Surgery.Nuke.Readme/IReadmeSection"
Type["References"]
class Type type-node
Syntax
public class References : IMarkdownReferences, IReadmeSection
Attributes
| Type | Description |
|---|---|
| Nullable |
|
| NullableAttribute |
Constructors
| Name | Summary |
|---|---|
| References |
Properties
Methods
| Name | Value | Summary |
|---|---|---|
| AddReference |
string |
Adds a reference with optional alt text
|
| Process |
string |
Returns the markdown that will produce the badge
|
Extension Methods
| Name | Value | Summary |
|---|---|---|
| SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
| With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|
