次の方法で共有


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

関連するアセンブリの拡張子のないファイル名。

適用対象