2 references to ArgumentCannotBeNullOrEmpty
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
Controller.cs (1)
55
throw new ArgumentException(Resources.
ArgumentCannotBeNullOrEmpty
, nameof(ViewData));
Rendering\TagBuilder.cs (1)
50
throw new ArgumentException(Resources.
ArgumentCannotBeNullOrEmpty
, nameof(tagBuilder));