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.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntax
[JsonPropertyNameAttribute("protorel")]
public bool IsProtocolRelative { get; init; }

Property Value

Boolean
See Also