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

In This Topic
    Condition1 Property
    In This Topic
    Gets the first condition in the filter.
    Syntax
    'Declaration
     
    Public ReadOnly Property Condition1 As FilterCondition
    public FilterCondition Condition1 {get;}
    See Also