 | 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.SitesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntax[JsonPropertyNameAttribute("protorel")]
public bool IsProtocolRelative { get; init; }<JsonPropertyNameAttribute("protorel")>
Public Property IsProtocolRelative As Boolean
Get
Set
Dim instance As InterwikiEntry
Dim value As Boolean
value = instance.IsProtocolRelative
instance.IsProtocolRelative = valuepublic:
[JsonPropertyNameAttribute(L"protorel")]
property bool IsProtocolRelative {
bool get ();
void set (bool value);
}[<JsonPropertyNameAttribute("protorel")>]
member IsProtocolRelative : bool with get, setProperty Value
Boolean
See Also