DotNetWikiBot Framework Documentation
Assembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0
Page title with corrected prefix.
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: DotNetWikiBotAssembly: 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: StringPage title with corrected prefix.