LanguageCharacteristics<TTokenizer,TSymbol,TSymbolType>.TokenizeString Method
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.
public:
virtual System::Collections::Generic::IEnumerable<TSymbol> ^ TokenizeString(System::String ^ content);
C#
public virtual System.Collections.Generic.IEnumerable<TSymbol> TokenizeString (string content);
abstract member TokenizeString : string -> seq<'Symbol (requires 'Symbol :> Microsoft.AspNetCore.Razor.Tokenizer.Symbols.SymbolBase<'SymbolType>)>
override this.TokenizeString : string -> seq<'Symbol (requires 'Symbol :> Microsoft.AspNetCore.Razor.Tokenizer.Symbols.SymbolBase<'SymbolType>)>
Public Overridable Function TokenizeString (content As String) As IEnumerable(Of TSymbol)
Parameters
- content
- String
Returns
IEnumerable<TSymbol>
Applies to
ASP.NET Core 1.1 и ASP.NET Core 1.0
Производ | Верзије |
---|---|
ASP.NET Core | 1.0, 1.1 |
public:
virtual System::Collections::Generic::IEnumerable<TSymbol> ^ TokenizeString(Microsoft::AspNetCore::Razor::SourceLocation start, System::String ^ input);
C#
public virtual System.Collections.Generic.IEnumerable<TSymbol> TokenizeString (Microsoft.AspNetCore.Razor.SourceLocation start, string input);
abstract member TokenizeString : Microsoft.AspNetCore.Razor.SourceLocation * string -> seq<'Symbol (requires 'Symbol :> Microsoft.AspNetCore.Razor.Tokenizer.Symbols.SymbolBase<'SymbolType>)>
override this.TokenizeString : Microsoft.AspNetCore.Razor.SourceLocation * string -> seq<'Symbol (requires 'Symbol :> Microsoft.AspNetCore.Razor.Tokenizer.Symbols.SymbolBase<'SymbolType>)>
Public Iterator Overridable Function TokenizeString (start As SourceLocation, input As String) As IEnumerable(Of TSymbol)
Parameters
- start
- SourceLocation
- input
- String
Returns
IEnumerable<TSymbol>
Applies to
ASP.NET Core 1.1 и ASP.NET Core 1.0
Производ | Верзије |
---|---|
ASP.NET Core | 1.0, 1.1 |