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