SpanEditHandler.CreateDefault Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CreateDefault() |
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Creates a new default span edit handler. |
CreateDefault(Func<String,IEnumerable<ISymbol>>) |
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Creates a new default span edit handler. |
CreateDefault()
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Creates a new default span edit handler.
public static System.Web.Razor.Editor.SpanEditHandler CreateDefault();
static member CreateDefault : unit -> System.Web.Razor.Editor.SpanEditHandler
Public Shared Function CreateDefault () As SpanEditHandler
Returns
A newly created default span edit handler.
Applies to
CreateDefault(Func<String,IEnumerable<ISymbol>>)
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Creates a new default span edit handler.
public static System.Web.Razor.Editor.SpanEditHandler CreateDefault(Func<string,System.Collections.Generic.IEnumerable<System.Web.Razor.Tokenizer.Symbols.ISymbol>> tokenizer);
static member CreateDefault : Func<string, seq<System.Web.Razor.Tokenizer.Symbols.ISymbol>> -> System.Web.Razor.Editor.SpanEditHandler
Public Shared Function CreateDefault (tokenizer As Func(Of String, IEnumerable(Of ISymbol))) As SpanEditHandler
Parameters
- tokenizer
- Func<String,IEnumerable<ISymbol>>
The method used to parse string into tokens.
Returns
A newly created default span edit handler.