|
|
GSF.
|
| Class | Description | |
|---|---|---|
|
|
EmbeddedResourceFileAttribute | Attribute indicating the location of an embedded resource that should be served by the EmbeddedResourcePathProvider. |
|
|
EmbeddedResourcePathProvider | A VirtualPathProvider that allows serving pages from embedded resources. |
|
|
EmbeddedResourceVirtualFile | Represents a file object in embedded resource space. |
|
|
ReadonlyWebServerOptions | Represents an immutable version of WebServerOptions. |
|
|
VirtualFileBaseCollection | A strongly typed KeyedCollectionTKey, TItem where each element is a VirtualFileBase and is keyed off of the VirtualPath property. |
|
|
WebPageController | Defines a mini-web server with Razor support using the self-hosted API controller. |
|
|
WebPageControllerAppBuilderExtensions | Defines extension function for registering WebPageController in web server pipeline. |
|
|
WebServer | Represents the web server engine for WebPageController instances. |
|
|
WebServerOptions | Represents configuration options for a WebServer instance. |
| Interface | Description | |
|---|---|---|
|
|
IHostedHttpHandler | Defines an HTTP handler for self-hosted WebServer instances. |
|
|
IWebPageControllerBuilder | Configures the WebPageController when adding it to the Owin pipeline. |