次の方法で共有


XmlDocumentationProvider(String) コンストラクター

定義

XmlDocumentationProvider の新しいインスタンスをインスタンス化します。

public:
 XmlDocumentationProvider(System::String ^ xmlFileLocation);
public XmlDocumentationProvider (string xmlFileLocation);
new Microsoft.AspNetCore.Razor.Runtime.TagHelpers.XmlDocumentationProvider : string -> Microsoft.AspNetCore.Razor.Runtime.TagHelpers.XmlDocumentationProvider
Public Sub New (xmlFileLocation As String)

パラメーター

xmlFileLocation
String

読み取る XML ドキュメント ファイルへのパス。

適用対象