C# Class BootstrapComponents.Core.HtmlContainer

Inheritance: IHtmlString
Afficher le fichier Open project: jordanwallwork/bootstrapcomponents

Méthodes publiques

Свойство Type Description
Attrs HtmlAttributes

Méthodes publiques

Méthode Description
Clearfix ( ) : HtmlContainer

Clear the float on any element

Hidden ( ) : HtmlContainer

Hides element at the specified size(s)

InnerHtml ( ) : string
PullLeft ( ) : HtmlContainer

Float an element right with a class

PullRight ( ) : HtmlContainer

Float an element left with a class

SrOnly ( ) : HtmlContainer

Hide an element to all users except screen readers

ToHtmlString ( ) : string
ToString ( ) : string
Visible ( ) : HtmlContainer

Makes element visible only at the specified size(s)

Méthodes protégées

Méthode Description
EndHtml ( ) : string
HtmlContainer ( string tag, bool selfClosing = true ) : System
StartHtml ( ) : string

Private Methods

Méthode Description
WithClass ( string @class ) : HtmlContainer

Method Details

Clearfix() public méthode

Clear the float on any element
public Clearfix ( ) : HtmlContainer
Résultat HtmlContainer

EndHtml() protected méthode

protected EndHtml ( ) : string
Résultat string

Hidden() public méthode

Hides element at the specified size(s)
public Hidden ( ) : HtmlContainer
Résultat HtmlContainer

HtmlContainer() protected méthode

protected HtmlContainer ( string tag, bool selfClosing = true ) : System
tag string
selfClosing bool
Résultat System

InnerHtml() public abstract méthode

public abstract InnerHtml ( ) : string
Résultat string

PullLeft() public méthode

Float an element right with a class
public PullLeft ( ) : HtmlContainer
Résultat HtmlContainer

PullRight() public méthode

Float an element left with a class
public PullRight ( ) : HtmlContainer
Résultat HtmlContainer

SrOnly() public méthode

Hide an element to all users except screen readers
public SrOnly ( ) : HtmlContainer
Résultat HtmlContainer

StartHtml() protected méthode

protected StartHtml ( ) : string
Résultat string

ToHtmlString() public méthode

public ToHtmlString ( ) : string
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string

Visible() public méthode

Makes element visible only at the specified size(s)
public Visible ( ) : HtmlContainer
Résultat HtmlContainer

Property Details

Attrs public_oe property

public HtmlAttributes,BootstrapComponents.Core Attrs
Résultat HtmlAttributes