PrerenderTagHelper.ExportName Property

Definition

If set, specifies the name of the CommonJS export that is the prerendering function to execute. If not set, the JavaScript module's default CommonJS export must itself be the prerendering function.

public:
 property System::String ^ ExportName { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeName("asp-prerender-export")]
public string ExportName { get; set; }
[<Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeName("asp-prerender-export")>]
member this.ExportName : string with get, set
Public Property ExportName As String

Property Value

Attributes

Applies to