Class ViewResult
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.dll
Syntax
public class ViewResult : ActionResult
Constructors
ViewResult()
ViewResult(IView)
Initializes a new instance of the ViewResult class.
Declaration
public ViewResult(IView view)
Parameters
IView
view
The view. |
Properties
IsDirtyHost
Gets or sets if it is dirty host.
Declaration
public bool IsDirtyHost { get; set; }
Property Value
System.Boolean
If it is dirty host. |
View
Methods
Execute(Object)
Executes the specified context.
Declaration
public override void Execute(object context)
Parameters
System.Object
context
The context. |