ImplicitExpressionEditHandler Class

Definition

public ref class ImplicitExpressionEditHandler : Microsoft::AspNetCore::Razor::Editor::SpanEditHandler
public class ImplicitExpressionEditHandler : Microsoft.AspNetCore.Razor.Editor.SpanEditHandler
type ImplicitExpressionEditHandler = class
    inherit SpanEditHandler
Public Class ImplicitExpressionEditHandler
Inherits SpanEditHandler
Inheritance
ImplicitExpressionEditHandler

Constructors

ImplicitExpressionEditHandler(Func<String,IEnumerable<ISymbol>>, ISet<String>, Boolean)

Properties

AcceptedCharacters (Inherited from SpanEditHandler)
AcceptTrailingDot
EditorHints
Obsolete.

This property is obsolete and will be removed in a future version.

(Inherited from SpanEditHandler)
Keywords
Tokenizer (Inherited from SpanEditHandler)

Methods

ApplyChange(Span, TextChange) (Inherited from SpanEditHandler)
ApplyChange(Span, TextChange, Boolean) (Inherited from SpanEditHandler)
CanAcceptChange(Span, TextChange)
Equals(Object)
GetHashCode()
OwnsChange(Span, TextChange) (Inherited from SpanEditHandler)
ToString()
UpdateSpan(Span, TextChange) (Inherited from SpanEditHandler)

Applies to