C# Class Spontaneous.WebApp.Helpers.HtmlPrefixScopeExtensions

Show file Open project: pashkov/Spontaneous

Public Methods

Method Description
BeginCollectionItem ( this html, string collectionName ) : IDisposable
BeginHtmlFieldPrefixScope ( this html, string htmlFieldPrefix ) : IDisposable

Private Methods

Method Description
GetIdsToReuse ( System.Web.HttpContextBase httpContext, string collectionName ) : Queue

Method Details

BeginCollectionItem() public static method

public static BeginCollectionItem ( this html, string collectionName ) : IDisposable
html this
collectionName string
return IDisposable

BeginHtmlFieldPrefixScope() public static method

public static BeginHtmlFieldPrefixScope ( this html, string htmlFieldPrefix ) : IDisposable
html this
htmlFieldPrefix string
return IDisposable