PrerenderTagHelper.ModuleName Property

Definition

Specifies the path to the JavaScript module containing prerendering code.

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

Property Value

Attributes

Applies to