Method | Description | |
---|---|---|
ToString ( ) : string | ||
ViewInfo ( |
Initializes a new instance of the ViewInfo class, using the specified controller and action.
|
public ViewInfo ( |
||
controller | The controller for which to create this instance. | |
action | string | The controller action for which to create this instance. |
controllerName | string | Optional name of the controller to use for resolving configuration and template paths. |
return | System |