@using Edge.Core.Processor; @using System.Reflection; @model IEnumerable; @{ ViewData["Title"] = "Show Me API"; }

Show Me API - @(Context.Request.Query["apitype"].FirstOrDefault()?.ToUpper()??"")

Total Api ProviderType count: @Model.GroupBy(d => d.ProviderType).Count()