⚠ Deprecated: Legacy
Suggested alternative: FolkerKinzel.DataUrls
.NET library that supports working with "data" URLs (RFC 2397)
$ dotnet add package FolkerKinzel.UrisProject Reference and Release Notes
The library contains:
DataUrl class that supports the "data" URL scheme (RFC 2397) that allows to embed data into a URI. It allows
DataUrlInfo structs in order to examine their content without having to allocate a lot of sub-strings, and to enable the comparison of "data" URLs for equality,The library is designed to support performance and small heap allocation.