BlazorBootstrap.Components.CardFooter.OnParametersSet C# (CSharp) Method

OnParametersSet() protected method

protected OnParametersSet ( ) : void
return void
        protected override void OnParametersSet()
        {
            this.AddClass(ClassNames.Cards.Footer);
            base.OnParametersSet();
        }
    }