Interface IPortalBinder
Namespace: Neon.Tailwind
Assembly: Neon.Tailwind.dll
Syntax
public interface IPortalBinder
Methods
GetPortal(string)
Declaration
Portal GetPortal(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name |
Returns
| Type | Description |
|---|---|
| Portal |
RegisterPortal(string, Portal)
Declaration
void RegisterPortal(string name, Portal portal)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | |
| Portal | portal |