csharpier icon indicating copy to clipboard operation
csharpier copied to clipboard

Invocation with ObjectCreation is ugly

Open belav opened this issue 4 years ago • 0 comments

            context.CachedResponseHeaders[HeaderNames.CacheControl] = new CacheControlHeaderValue()
            {
                Public = true
            }.ToString();

belav avatar Oct 25 '21 22:10 belav