SelectControllerResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An return value for SelectController.
public class SelectControllerResult
type SelectControllerResult = class
Public Class SelectControllerResult
- Inheritance
-
SelectControllerResult
Constructors
SelectControllerResult(String, IDictionary<String,Object>) |
Initializes a new instance of the SelectControllerResult class. |
Properties
ControllerName |
Gets the controller name selected. |
Values |
Gets or sets the properties associated with the selected controller. |