BootstrapComponents.Core.HtmlContainer.PullRight C# (CSharp) Méthode

PullRight() public méthode

Float an element left with a class
public PullRight ( ) : HtmlContainer
Résultat HtmlContainer
        public HtmlContainer PullRight()
        {
            return WithClass("pull-right");
        }