New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.dll

Syntax:

C#
public class ViewResult : ActionResult

Inheritance: objectActionResultViewResult

Inherited Members ActionResult.ShouldInvalidate

Constructors

Initializes a new instance of the ViewResult class.

C#
public ViewResult()

Initializes a new instance of the ViewResult class.

C#
public ViewResult(IView view)
Parameters:viewIView

The view.

Properties

Gets or sets if it is dirty host.

C#
public bool IsDirtyHost { get; set; }
Property Value:

If it is dirty host.

Gets or sets the view.

C#
public IView View { get; set; }
Property Value:

The view.

Methods

Executes the specified context.

C#
public override void Execute(object context)
Parameters:contextobject

The context.

Overrides: ActionResult.Execute(object)