Share via


XmlDocumentationProvider(String) Constructor

Definition

Instantiates a new instance of the 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)

Parameters

xmlFileLocation
String

Path to the XML documentation file to read.

Applies to