InheritsSpan.Create Method
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, _
baseClass As String _
) As InheritsSpan
'Usage
Dim context As ParserContext
Dim baseClass As String
Dim returnValue As InheritsSpan
returnValue = InheritsSpan.Create(context, _
baseClass)
public static InheritsSpan Create(
ParserContext context,
string baseClass
)
public:
static InheritsSpan^ Create(
ParserContext^ context,
String^ baseClass
)
public static function Create(
context : ParserContext,
baseClass : String
) : InheritsSpan
Parameters
- context
Type: System.Web.Razor.Parser.ParserContext
- baseClass
Type: System.String
Return Value
Type: System.Web.Razor.Parser.SyntaxTree.InheritsSpan
Permissions
- Medium trust for the immediate caller. This member can be used by partially trusted code.