 | WikiaQueryRequestMessageGetHttpQuery Method |
This is preliminary documentation and is subject to change.
Gets the URI query part for the endpoint invocation.
Namespace: WikiClientLibrary.WikiaAssembly: WikiClientLibrary.Wikia (in WikiClientLibrary.Wikia.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntaxpublic override string GetHttpQuery()
Public Overrides Function GetHttpQuery As String
Dim instance As WikiaQueryRequestMessage
Dim returnValue As String
returnValue = instance.GetHttpQuery()
public:
virtual String^ GetHttpQuery() override
abstract GetHttpQuery : unit -> string
override GetHttpQuery : unit -> string
Field Value
StringThe 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.
RemarksReturning
Empty will cause a single question mark be appended to the
endpoint URL when sending the request.
See Also