ComponentUtilitiesDefaultSyntaxFilter Property

This read-only property returns the default syntax filter setting

Definition

Namespace: Sandcastle.Core
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public static string DefaultSyntaxFilter { get; }

Property Value

String
This returns "Standard" to add the standard C#, VB.NET and C++ syntax filter to each API topic.

See Also