RazorExtensionAssemblyNameAttribute(String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new instance of RazorExtensionAssemblyNameAttribute.
public:
RazorExtensionAssemblyNameAttribute(System::String ^ extensionName, System::String ^ assemblyName);
public RazorExtensionAssemblyNameAttribute (string extensionName, string assemblyName);
new Microsoft.AspNetCore.Razor.Hosting.RazorExtensionAssemblyNameAttribute : string * string -> Microsoft.AspNetCore.Razor.Hosting.RazorExtensionAssemblyNameAttribute
Public Sub New (extensionName As String, assemblyName As String)
Parameters
- extensionName
- String
The name of the extension.
- assemblyName
- String
The assembly name of the extension.