Skip to main content

Definition

Assembly: CloudNimble.DotNetDocs.Core.dll Namespace: CloudNimble.DotNetDocs.Core

Syntax

Summary

Defines a transformation step in the documentation processing pipeline.

Remarks

Implementations of this interface modify the documentation model before rendering, applying customizations such as overrides and transformations.

Methods

TransformAsync Abstract

Transforms a documentation entity.

Syntax

Parameters

Returns

Type: System.Threading.Tasks.Task A task representing the asynchronous transformation operation.