Class NormalizedQuery
Rpc query to access normalized output
Inherited Members
Namespace: Netmavryk.Rpc.Queries.Post
Assembly: Netmavryk.dll
Syntax
public class NormalizedQuery : RpcMethod
Methods
| Improve this Doc View SourcePostAsync(NormalizedQuery.UnparsingMode)
Normalize the output using the requested unparsing mode.
Declaration
public Task<dynamic> PostAsync(NormalizedQuery.UnparsingMode mode)
Parameters
| Type | Name | Description |
|---|---|---|
| NormalizedQuery.UnparsingMode | mode | Unparsing mode |
Returns
| Type | Description |
|---|---|
| Task<System.Object> |