DotNetWikiBot Framework Documentation
Function changes default English namespace prefixes and local namespace aliases to canonical local prefixes (e.g. for German wiki-sites it changes "Category:..." to "Kategorie:...").

Namespace: DotNetWikiBot
Assembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0

Syntax

C#
public string CorrectNsPrefix(
	string pageTitle
)

Parameters

pageTitle
Type: System..::..String
Page title to correct prefix in.

Return Value

Type: String
Page title with corrected prefix.

See Also