Click or drag to resize

SiteInfoMakeArticleUrl(String) Method

This is preliminary documentation and is subject to change.

Makes the full URL to the page of specified title.

Namespace: WikiClientLibrary.Sites
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
public string MakeArticleUrl(
	string title
)

Parameters

title  String
The title of the article.

Return Value

String
Exceptions
ExceptionCondition
ArgumentNullExceptiontitle is null.
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