Share via


EditResult.Result Property

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the partial parse result.

public System.Web.Razor.PartialParseResult Result { get; set; }
member this.Result : System.Web.Razor.PartialParseResult with get, set
Public Property Result As PartialParseResult

Property Value

The partial parse result.

Applies to