Click or drag to resize

EmbeddedResourceProviderRegister Method

Registers the EmbeddedResourceProvider within a HostingEnvironment.

Namespace: GSF.Web.Embedded
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.266-beta
Syntax
public static void Register()
View Source
Remarks
This function will properly register the EmbeddedResourceProvider even when being run from within a pre-compiled web application.
See Also