C# Class Spontaneous.WebApp.Helpers.HtmlPrefixScopeExtensions

Afficher le fichier Open project: pashkov/Spontaneous

Méthodes publiques

Méthode Description
BeginCollectionItem ( this html, string collectionName ) : IDisposable
BeginHtmlFieldPrefixScope ( this html, string htmlFieldPrefix ) : IDisposable

Private Methods

Méthode Description
GetIdsToReuse ( System.Web.HttpContextBase httpContext, string collectionName ) : Queue

Method Details

BeginCollectionItem() public static méthode

public static BeginCollectionItem ( this html, string collectionName ) : IDisposable
html this
collectionName string
Résultat IDisposable

BeginHtmlFieldPrefixScope() public static méthode

public static BeginHtmlFieldPrefixScope ( this html, string htmlFieldPrefix ) : IDisposable
html this
htmlFieldPrefix string
Résultat IDisposable