[This is preliminary documentation and is subject to change.]
Returns actions that this site can perform
Namespace: NFX.Wave.HandlersAssembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
public IRegistry<EmbeddedSiteHandler..::..IAction> Actions { get; }
public IRegistry<EmbeddedSiteHandler..::..IAction> Actions { get; }
Public ReadOnly Property Actions As IRegistry(Of EmbeddedSiteHandler..::..IAction)
Get
Public ReadOnly Property Actions As IRegistry(Of EmbeddedSiteHandler..::..IAction)
Get
public:
property IRegistry<EmbeddedSiteHandler..::..IAction^>^ Actions {
IRegistry<EmbeddedSiteHandler..::..IAction^>^ get ();
}
public:
property IRegistry<EmbeddedSiteHandler..::..IAction^>^ Actions {
IRegistry<EmbeddedSiteHandler..::..IAction^>^ get ();
}
member Actions : IRegistry<EmbeddedSiteHandler..::..IAction> with get
member Actions : IRegistry<EmbeddedSiteHandler..::..IAction> with get
Property Value
Type:
IRegistry EmbeddedSiteHandler IAction