ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / ConditionFilter Class / And Property

In This Topic
    And Property
    In This Topic
    Gets whether the two conditions should be combined with an AND or an OR operator.
    Syntax
    'Declaration
     
    Public Property And As Boolean
    public bool And {get; set;}
    See Also