Click or drag to resize

InterwikiEntryIsProtocolRelative Property

This is preliminary documentation and is subject to change.

Whether the value of URL can be treated as protocol-relative. (MediaWiki 1.24+) Note, however, that the Url actually returned will always include the current protocol.

Namespace: WikiClientLibrary.Sites
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
[JsonPropertyNameAttribute("protorel")]
public bool IsProtocolRelative { get; init; }

Property Value

Boolean
See Also