Microsoft.AspNetCore.WebUtilities Namespace¶
-
namespace
Microsoft.AspNetCore.WebUtilities¶ Classes
- class
FileBufferingReadStream - A Stream that wraps another stream and enables rewinding by buffering the content as it is read. The content is buffered in memory up to a certain size and then spooled to a temp file on disk. The temp file will be deleted on Dispose.
- class
FormReader - Used to read an ‘application/x-www-form-urlencoded’ form.
- class
HttpRequestStreamReader - class
HttpResponseStreamWriter - Writes to the
System.IO.Streamusing the suppliedMicrosoft.AspNetCore.WebUtilities.HttpResponseStreamWriter.Encoding. It does not write the BOM and also does not close the stream. - class
MultipartReader - class
MultipartSection - class
QueryHelpers - class
ReasonPhrases - class
StreamHelperExtensions - class
WebEncoders - Contains utility APIs to assist with common encoding and decoding operations.
Structures
- struct
KeyValueAccumulator
- class