IocExtension Properties
A markup extension that allows you to resolve an object or service from the configured dependency injection container in XAML. The extension uses the global IocServiceProvider.Default service provider.| Name | Description |
|---|---|
| Type | Gets or sets the type of the object or service that the IocExtension resolves from the configured dependency injection container. |
See Also