MarkdownFileGenerateIdFromTitle Method
This is used to generate a content ID from a title
Namespace: Sandcastle.Core.MarkdownAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.12.18.0
public static string GenerateIdFromTitle(
string title
)
Public Shared Function GenerateIdFromTitle (
title As String
) As String
public:
static String^ GenerateIdFromTitle(
String^ title
)
static member GenerateIdFromTitle :
title : string -> string
- title String
- The title to convert to an ID
StringAn ID generated from the title. All non-alphanumeric characters are replaced with dashes.
Runs of multiple dashes are replaced with a single dash. Leading and trailing dashes are removed.