BlazorBootstrap.Components.CardFooter.OnParametersSet C# (CSharp) Méthode

OnParametersSet() protected méthode

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