RelatedAssemblyAttribute(String) 构造函数

定义

初始化 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)

参数

assemblyFileName
String

相关程序集的文件名(不带扩展名)。

适用于