Share via


AttributeBlockCodeGenerator Constructor

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the AttributeBlockCodeGenerator class.

public AttributeBlockCodeGenerator (string name, System.Web.Razor.Text.LocationTagged<string> prefix, System.Web.Razor.Text.LocationTagged<string> suffix);
new System.Web.Razor.Generator.AttributeBlockCodeGenerator : string * System.Web.Razor.Text.LocationTagged<string> * System.Web.Razor.Text.LocationTagged<string> -> System.Web.Razor.Generator.AttributeBlockCodeGenerator
Public Sub New (name As String, prefix As LocationTagged(Of String), suffix As LocationTagged(Of String))

Parameters

name
String

The name.

prefix
LocationTagged<String>

The prefix string.

suffix
LocationTagged<String>

The suffix string.

Applies to