IMarkdownReferences Interface

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
NullableContextAttribute

Methods

Name Value Summary
AddReference(string, string, string) string
Adds a reference with optional alt text

Extension Methods