ErrorPageModel.Query Property
Parsed query data
Namespace: Microsoft.Owin.Diagnostics.Views
Assembly: Microsoft.Owin.Diagnostics (in Microsoft.Owin.Diagnostics.dll)
Syntax
public IReadableStringCollection Query { get; set; }
public:
property IReadableStringCollection^ Query {
IReadableStringCollection^ get();
void set(IReadableStringCollection^ value);
}
member Query : IReadableStringCollection with get, set
Public Property Query As IReadableStringCollection
Property Value
Type: Microsoft.Owin.IReadableStringCollection
Returns IReadableStringCollection.
See Also
ErrorPageModel Class
Microsoft.Owin.Diagnostics.Views Namespace
Return to top