Add additional APIs required by Razor Sdk
This commit is contained in:
parent
a0b1b15101
commit
f0788926a0
|
|
@ -16,6 +16,10 @@ namespace Microsoft.AspNetCore.Mvc.ApplicationParts
|
|||
ApplicationPartFactoryType = factoryType ?? throw new ArgumentNullException(nameof(factoryType));
|
||||
}
|
||||
|
||||
public ProvideApplicationPartFactoryAttribute(string factoryTypeName)
|
||||
{
|
||||
}
|
||||
|
||||
public Type ApplicationPartFactoryType { get; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue