Share via


RelatedAssemblyAttribute(String) Constructor

Definition

Initializes a new instance of RelatedAssemblyAttribute.

public:
 RelatedAssemblyAttribute(System::String ^ assemblyFileName);
public RelatedAssemblyAttribute (string assemblyFileName);
new Microsoft.AspNetCore.Mvc.ApplicationParts.RelatedAssemblyAttribute : string -> Microsoft.AspNetCore.Mvc.ApplicationParts.RelatedAssemblyAttribute
Public Sub New (assemblyFileName As String)

Parameters

assemblyFileName
String

The file name, without extension, of the related assembly.

Applies to