Add additional APIs required by Razor Sdk

This commit is contained in:
Pranav K 2018-03-13 12:53:41 -07:00
parent a0b1b15101
commit f0788926a0
No known key found for this signature in database
GPG Key ID: 1963DA6D96C3057A
1 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,10 @@ namespace Microsoft.AspNetCore.Mvc.ApplicationParts
ApplicationPartFactoryType = factoryType ?? throw new ArgumentNullException(nameof(factoryType));
}
public ProvideApplicationPartFactoryAttribute(string factoryTypeName)
{
}
public Type ApplicationPartFactoryType { get; }
}
}