WebExtensions Class

Defines extension methods useful for web applications.

Definition

Namespace: Gemstone.Web
Assembly: Gemstone.Web (in Gemstone.Web.dll) Version: 1.0.169 -- Release Build+8faf1ecac713d04b6f66b1362cad3fcad71f0c24
public static class WebExtensions
Inheritance
Object    WebExtensions

Methods

SetValues(HttpResponse, HttpResponseMessage, CancellationToken) Used to load headers, response phrase, and status code into HttpResponse for use of proxy endpoints between .NET Core and .NET Framework Apps.
SetValues(HttpResponse, HttpResponseMessage, IEnumerableString, ActionIResponseCookies, CancellationToken) Used to load headers, response phrase, and status code into HttpResponse for use of proxy endpoints between .NET Core and .NET Framework Apps.
StaticFileEmbeddedResources Used to create StaticFileOptions for serving Gemstone.Web embedded javascript and css stylesheets.

See Also