SectionHeaderSpan Constructor
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 Sub New ( _
start As SourceLocation, _
content As String, _
sectionName As String, _
acceptedCharacters As AcceptedCharacters _
)
'Usage
Dim start As SourceLocation
Dim content As String
Dim sectionName As String
Dim acceptedCharacters As AcceptedCharacters
Dim instance As New SectionHeaderSpan(start, content, _
sectionName, acceptedCharacters)
public SectionHeaderSpan(
SourceLocation start,
string content,
string sectionName,
AcceptedCharacters acceptedCharacters
)
public:
SectionHeaderSpan(
SourceLocation start,
String^ content,
String^ sectionName,
AcceptedCharacters acceptedCharacters
)
public function SectionHeaderSpan(
start : SourceLocation,
content : String,
sectionName : String,
acceptedCharacters : AcceptedCharacters
)
Parameters
- start
Type: System.Web.Razor.Text.SourceLocation
- content
Type: System.String
- sectionName
Type: System.String
- acceptedCharacters
Type: System.Web.Razor.Parser.SyntaxTree.AcceptedCharacters
Permissions
- Medium trust for the immediate caller. This member can be used by partially trusted code.