Skip to content

markdocdocumentationtags IContent

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

IContent interface

Description

Base interface for tags within ITag , IInnerTag and IListTag

Diagram

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

Details

Summary

Base interface for tags within ITag , IInnerTag and IListTag

Generated with MarkDoc

Clone this wiki locally