Try your search with a different keyword or use * as a wildcard.
namespace Nop.Web.Framework.Models.Cms;
///
/// Represents an widget model for the nop-card
///
public partial class WidgetNopCardModel
{
///
/// Name of the card
///
public string CardName { get; set; }
}