public static class EmptyOrNullHelper
public static string EmptyOrNull(this HtmlHelper helper,IQueryable(T) type)
{
//Code
}
}
最佳答案
原文链接:https://www.f2er.com/html/530678.html
public static class EmptyOrNullHelper
public static string EmptyOrNull(this HtmlHelper helper,IQueryable(T) type)
{
//Code
}
}