C# Class BExIS.Web.Shell.Areas.RPM.Helpers.HtmlPrefixScopeExtentions

Show file Open project: BEXIS2/Core

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