다음을 통해 공유


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

관련 어셈블리의 확장명 없이 파일 이름입니다.

적용 대상