HelperCodeGenerator(LocationTagged<String>, Boolean) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 HelperCodeGenerator class.
public HelperCodeGenerator (System.Web.Razor.Text.LocationTagged<string> signature, bool headerComplete);
new System.Web.Razor.Generator.HelperCodeGenerator : System.Web.Razor.Text.LocationTagged<string> * bool -> System.Web.Razor.Generator.HelperCodeGenerator
Public Sub New (signature As LocationTagged(Of String), headerComplete As Boolean)
Parameters
- signature
- LocationTagged<String>
The signature.
- headerComplete
- Boolean
true to complete the header; otherwise, false.