Share via


EditResult Class

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Represents the editing result of the Editor.

Inheritance Hierarchy

System.Object
  System.Web.Razor.Editor.EditResult

Namespace:  System.Web.Razor.Editor
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

Syntax

'Declaration
Public Class EditResult
'Usage
Dim instance As EditResult
public class EditResult
public ref class EditResult
type EditResult =  class end
public class EditResult

The EditResult type exposes the following members.

Constructors

  Name Description
Public method EditResult This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the EditResult class.

Top

Properties

  Name Description
Public property EditedSpan This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the edited span of the SpanBuilder.
Public property Result 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.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Web.Razor.Editor Namespace