WebExtensions Class
Defines extension methods useful for web applications.
Namespace: Gemstone.WebAssembly: Gemstone.Web (in Gemstone.Web.dll) Version: 1.0.167 -- Release Build+892a03c3dbb675b99c038de5cdd8c3d77a46615f
public static class WebExtensions
Gemstone.Web.WebExtensions = function();
Type.createClass(
'Gemstone.Web.WebExtensions');
- Inheritance
- Object WebExtensions
| 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.
|