ServiceCollectionExtensions.AddTransientDXPopup Method
Name | Parameters | Description |
---|---|---|
Add |
services, popup |
Registers a transient service for the popup view in the specified IService . This method binds the popup view to its View Model and enables dependency injection.
|
Add |
services |
Registers a transient service for a popup view and its View Model in the specified IService . The method binds a popup view to its View Model.
|