Share via


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

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

Properties

Name Description
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

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

Applies to