Share via


PrerenderTagHelper.ExportName プロパティ

定義

設定されている場合は、実行するプリレンダリング関数である CommonJS エクスポートの名前を指定します。 設定されていない場合、JavaScript モジュールの既定の CommonJS エクスポート自体がプリレンダリング関数である必要があります。

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

プロパティ値

属性

適用対象