Share via


TextChange.IsDelete Property

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

Gets a value that indicates whether this text change is a delete.

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

Syntax

'Declaration
Public ReadOnly Property IsDelete As Boolean 
    Get
'Usage
Dim instance As TextChange 
Dim value As Boolean 

value = instance.IsDelete
public bool IsDelete { get; }
public:
property bool IsDelete {
    bool get ();
}
member IsDelete : bool
function get IsDelete () : boolean

Property Value

Type: System.Boolean
true if this text change is a delete; otherwise, false.

See Also

Reference

TextChange Structure

System.Web.Razor.Text Namespace