IRegionViewRegistry Members
Include Protected Members
Include Inherited Members
The IRegionViewRegistry type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetContents |
Returns the contents associated with a region name.
|
|
RegisterViewWithRegion(String, Func<Object>) |
Registers a delegate that can be used to retrieve the content associated with a region name.
|
|
RegisterViewWithRegion(String, Type) |
Registers a content type with a region name.
|
Events
Name | Description | |
---|---|---|
ContentRegistered |
Event triggered when a content is registered to a region name.
|