Share via


SingleLineMarkupEditHandler Class

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

Represents the handler editor for this webpages.

Inheritance Hierarchy

System.Object
  System.Web.Razor.Editor.SpanEditHandler
    System.Web.Razor.Editor.SingleLineMarkupEditHandler

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

Syntax

'Declaration
Public Class SingleLineMarkupEditHandler _
    Inherits SpanEditHandler
'Usage
Dim instance As SingleLineMarkupEditHandler
public class SingleLineMarkupEditHandler : SpanEditHandler
public ref class SingleLineMarkupEditHandler : public SpanEditHandler
type SingleLineMarkupEditHandler =  
    class 
        inherit SpanEditHandler 
    end
public class SingleLineMarkupEditHandler extends SpanEditHandler

The SingleLineMarkupEditHandler type exposes the following members.

Constructors

  Name Description
Public method SingleLineMarkupEditHandler(Func<String, IEnumerable<ISymbol>>) Initializes a new instance of the SingleLineMarkupEditHandler class.
Public method SingleLineMarkupEditHandler(Func<String, IEnumerable<ISymbol>>, AcceptedCharacters) Initializes a new instance of the SingleLineMarkupEditHandler class.

Top

Properties

  Name Description
Public property AcceptedCharacters This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets a value that specifies the accepted characters. (Inherited from SpanEditHandler.)
Public property EditorHints This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets the editor hints. (Inherited from SpanEditHandler.)
Public property Tokenizer This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets the method used to parse string into tokens. (Inherited from SpanEditHandler.)

Top

Methods

  Name Description
Public method ApplyChange(Span, TextChange) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Applies the text change to the span. (Inherited from SpanEditHandler.)
Public method ApplyChange(Span, TextChange, Boolean) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Applies the text change to the span. (Inherited from SpanEditHandler.)
Protected method CanAcceptChange This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the span can accept the specified change. (Inherited from SpanEditHandler.)
Public method Equals This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether this instance is equal to a specified object. (Inherited from SpanEditHandler.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Returns the hash code for this instance. (Inherited from SpanEditHandler.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method OwnsChange This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the span owns the specified change. (Inherited from SpanEditHandler.)
Public method ToString This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Returns the string representation of the span edit handler. (Inherited from SpanEditHandler.)
Protected method UpdateSpan This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Updates the span using the normalized change. (Inherited from SpanEditHandler.)

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