Share via


SingleLineMarkupEditHandler Class

Definition

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.

public class SingleLineMarkupEditHandler : System.Web.Razor.Editor.SpanEditHandler
type SingleLineMarkupEditHandler = class
    inherit SpanEditHandler
Public Class SingleLineMarkupEditHandler
Inherits SpanEditHandler
Inheritance
SingleLineMarkupEditHandler

Constructors

SingleLineMarkupEditHandler(Func<String,IEnumerable<ISymbol>>)

Initializes a new instance of the SingleLineMarkupEditHandler class.

SingleLineMarkupEditHandler(Func<String,IEnumerable<ISymbol>>, AcceptedCharacters)

Initializes a new instance of the SingleLineMarkupEditHandler class.

Properties

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)
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)
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)

Methods

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)
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)
CanAcceptChange(Span, TextChange)

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)
Equals(Object)

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)
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)
OwnsChange(Span, TextChange)

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)
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)
UpdateSpan(Span, TextChange)

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)

Applies to