Exemple #1
0
 public string Render <T>(string location = null)
     where T : Bundle
 {
     renderedLocations.Add(location ?? "");
     return(placeholderTracker.InsertPlaceholder(
                () => CreateHtml <T>(location)
                ));
 }