Markdown FileKeywords Property
This is used to get a list of the topic keywords
Definition
Namespace: Sandcastle.Core.Markdown
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public List<string> Keywords { get; set; }VB
Public Property Keywords As List(Of String)
Get
SetC++
public:
property List<String^>^ Keywords {
List<String^>^ get ();
void set (List<String^>^ value);
}F#
member Keywords : List<string> with get, set