CompiledRazorAssemblyPart(Assembly) 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.
Initializes a new instance of CompiledRazorAssemblyPart.
public:
CompiledRazorAssemblyPart(System::Reflection::Assembly ^ assembly);
public CompiledRazorAssemblyPart (System.Reflection.Assembly assembly);
new Microsoft.AspNetCore.Mvc.ApplicationParts.CompiledRazorAssemblyPart : System.Reflection.Assembly -> Microsoft.AspNetCore.Mvc.ApplicationParts.CompiledRazorAssemblyPart
Public Sub New (assembly As Assembly)