Share via


HtmlLanguageCharacteristics.FlipBracket Method

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Flips the bracket symbol in the html.

Namespace:  System.Web.Razor.Parser
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

Syntax

'Declaration
Public Overrides Function FlipBracket ( _
    bracket As HtmlSymbolType _
) As HtmlSymbolType
'Usage
Dim instance As HtmlLanguageCharacteristics 
Dim bracket As HtmlSymbolType 
Dim returnValue As HtmlSymbolType 

returnValue = instance.FlipBracket(bracket)
public override HtmlSymbolType FlipBracket(
    HtmlSymbolType bracket
)
public:
virtual HtmlSymbolType FlipBracket(
    HtmlSymbolType bracket
) override
abstract FlipBracket : 
        bracket:HtmlSymbolType -> HtmlSymbolType  
override FlipBracket : 
        bracket:HtmlSymbolType -> HtmlSymbolType
public override function FlipBracket(
    bracket : HtmlSymbolType
) : HtmlSymbolType

Parameters

Return Value

Type: System.Web.Razor.Tokenizer.Symbols.HtmlSymbolType
The bracket symbol in the html.

See Also

Reference

HtmlLanguageCharacteristics Class

System.Web.Razor.Parser Namespace