Returns the base URL for the routes added by this extension in the internal Studio Pro web server.
protected Uri WebServerBaseUrl { get; }| exception | condition |
|---|---|
| InvalidOperationException | When trying to access this property in the constructor of the extensions. |
This property is not available until the extension has been fully constructed. If you need to access this property in the initialization of your extension, subscribe to the ExtensionLoaded event using Subscribe to execute code immediately once the extension is loaded.
- class UIExtensionBase
- namespace Mendix.StudioPro.ExtensionsAPI.UI