Share via


HelperCodeGenerator.Footer Property

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the footer for this code.

public System.Web.Razor.Text.LocationTagged<string> Footer { get; set; }
member this.Footer : System.Web.Razor.Text.LocationTagged<string> with get, set
Public Property Footer As LocationTagged(Of String)

Property Value

The footer for this code.

Applies to