HtmlLanguageCharacteristics.CreateMarkerSymbol Method
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Creates a marker symbol in the Html.
Namespace: System.Web.Razor.Parser
Assembly: System.Web.Razor (in System.Web.Razor.dll)
Syntax
'Declaration
Public Overrides Function CreateMarkerSymbol ( _
location As SourceLocation _
) As HtmlSymbol
'Usage
Dim instance As HtmlLanguageCharacteristics
Dim location As SourceLocation
Dim returnValue As HtmlSymbol
returnValue = instance.CreateMarkerSymbol(location)
public override HtmlSymbol CreateMarkerSymbol(
SourceLocation location
)
public:
virtual HtmlSymbol^ CreateMarkerSymbol(
SourceLocation location
) override
abstract CreateMarkerSymbol :
location:SourceLocation -> HtmlSymbol
override CreateMarkerSymbol :
location:SourceLocation -> HtmlSymbol
public override function CreateMarkerSymbol(
location : SourceLocation
) : HtmlSymbol
Parameters
- location
Type: System.Web.Razor.Text.SourceLocation
The source location.
Return Value
Type: System.Web.Razor.Tokenizer.Symbols.HtmlSymbol
A marker symbol in the Html.