Skip to content

markdocdocumentationtags IInnerTag

Denis Akopyan edited this page Mar 6, 2022 · 1 revision

IInnerTag interface

Description

Interface for tags which are within other tags

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph MarkDoc.Documentation.Tags
  MarkDoc.Documentation.Tags.IInnerTag[[IInnerTag]]
  class MarkDoc.Documentation.Tags.IInnerTag interfaceStyle;
  MarkDoc.Documentation.Tags.IContent[[IContent]]
  class MarkDoc.Documentation.Tags.IContent interfaceStyle;
  end
MarkDoc.Documentation.Tags.IContent --> MarkDoc.Documentation.Tags.IInnerTag
Loading

Members

Properties

Public properties

Type Name Methods
IReadOnlyCollection<IContent> Content
Tag content
get
string Reference
Tag reference
get
InnerTagType Type
Tag type
get

Details

Summary

Interface for tags which are within other tags

Inheritance

Nested types

Enums

  • InnerTagType

Properties

Type

public abstract InnerTagType Type { get }
Summary

Tag type

Reference

public abstract string Reference { get }
Summary

Tag reference

Remarks

Either holds cref or name

Content

public abstract IReadOnlyCollection Content { get }
Summary

Tag content

Generated with MarkDoc

Clone this wiki locally