BaseOptions Constructors
Serves as a base for classes representing options.| Name | Parameters | Description |
|---|---|---|
| BaseOptions() | none | Creates a new BaseOptions object. |
| BaseOptions(IViewBagOwner, String) | viewBagOwner, objectPath | Initializes a new instance of the BaseOptions class. |
See Also