HelperFooterSpan.Create Method (ParserContext, AcceptedCharacters)

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

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

Syntax

'Declaration
Public Shared Function Create ( _
    context As ParserContext, _
    acceptedCharacters As AcceptedCharacters _
) As HelperFooterSpan
'Usage
Dim context As ParserContext
Dim acceptedCharacters As AcceptedCharacters
Dim returnValue As HelperFooterSpan

returnValue = HelperFooterSpan.Create(context, _
    acceptedCharacters)
public static HelperFooterSpan Create(
    ParserContext context,
    AcceptedCharacters acceptedCharacters
)
public:
static HelperFooterSpan^ Create(
    ParserContext^ context, 
    AcceptedCharacters acceptedCharacters
)
public static function Create(
    context : ParserContext, 
    acceptedCharacters : AcceptedCharacters
) : HelperFooterSpan

Parameters

Return Value

Type: System.Web.Razor.Parser.SyntaxTree.HelperFooterSpan

Permissions

  • Medium trust for the immediate caller. This member can be used by partially trusted code.

See Also

Reference

HelperFooterSpan Class

Create Overload

System.Web.Razor.Parser.SyntaxTree Namespace