  | 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.4+fbadc980737ddc9bb67116900ecad57f84a0b241
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