public static class EmptyOrNullHelper
public static string EmptyOrNull(this HtmlHelper helper,IQueryable(T) type)
{
//Code
}
}
最佳答案
public static class EmptyOrNullHelper
public static string EmptyOrNull(this HtmlHelper helper,IQueryable(T) type)
{
//Code
}
}