 | SiteInfoMakeArticleUrl(String) Method |
This is preliminary documentation and is subject to change.
Makes the full URL to the page of specified title.
Namespace: WikiClientLibrary.SitesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntaxpublic string MakeArticleUrl(
string title
)
Public Function MakeArticleUrl (
title As String
) As String
Dim instance As SiteInfo
Dim title As String
Dim returnValue As String
returnValue = instance.MakeArticleUrl(title)
public:
String^ MakeArticleUrl(
String^ title
)
member MakeArticleUrl :
title : string -> string
Parameters
- title String
- The title of the article.
Return Value
String
Exceptions
Remarks
This overload uses
https: as default protocol for protocol-relative URL.
For wiki sites with specified-protocol
ServerUrl, such as Wikia (which uses http),
this overload respects the server-chosen protocol.
See Also