Click or drag to resize

MediaWikiFormRequestMessageGetHttpQuery Method

This is preliminary documentation and is subject to change.

Gets the URI query part for the endpoint invocation.

Namespace: WikiClientLibrary.Client
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
public override string? GetHttpQuery()

Field Value

String
The URI query part is the part of the request URI on the right-hand-side of the first question mark(?), or null if no question mark or query is appended to the endpoint URL.
Remarks
Returning Empty will cause a single question mark be appended to the endpoint URL when sending the request.
See Also