0.1.0-alpha021
Pre-release
Pre-release
dustinmoris
released this
01 Jul 16:55
·
1128 commits
to master
since this release
- Changed
HttpContext.BindQueryString<'T>()
to return'T
instead ofAsync<'T>
- Added
HttpContext.TryGetQueryStringValue (key : string)
which returns anOption<string>
- Added
HttpContext.GetQueryStringValue (key : string)
which returns aResult<string, string>