.NET library that supports working with "data" URLs (RFC 2397)
$ dotnet add package FolkerKinzel.DataUrlsProject Reference and Release Notes
The library contains the static DataUrl class that supports the "data" URL scheme (RFC 2397), which allows to embed data in a URI. The DataUrl class 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.