HostedAppLauncher.CreateWebApplication(ApplicationRecord) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Create a new UII web application.
protected:
virtual Microsoft::Uii::Csr::IHostedApplication ^ CreateWebApplication(Microsoft::Uii::Common::Entities::ApplicationRecord ^ app);
protected virtual Microsoft.Uii.Csr.IHostedApplication CreateWebApplication (Microsoft.Uii.Common.Entities.ApplicationRecord app);
abstract member CreateWebApplication : Microsoft.Uii.Common.Entities.ApplicationRecord -> Microsoft.Uii.Csr.IHostedApplication
override this.CreateWebApplication : Microsoft.Uii.Common.Entities.ApplicationRecord -> Microsoft.Uii.Csr.IHostedApplication
Protected Overridable Function CreateWebApplication (app As ApplicationRecord) As IHostedApplication
Parameters
Application name.
Returns
New hosted application.