Format:
Recent snippets matching tags of Controller
<?php abstract class Controller { protected function __construct() { $this->that = $this; }
36 Views
no comments
using System; using System.Collections.Generic; using System.Web; using System.Web.Mvc; using Westwind.Utilities; using System.ServiceModel.Syndication; using CodePasteBusiness; using System.Text; using System.Collections; using System.IO;
1013 Views
no comments
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; using System.Web.Mvc.Ajax; using System.Web.Routing; namespace CodePasteMvc.Controllers {
660 Views
no comments
public class ShowSnippetViewModel { public ShowSnippetViewModel(SnippetController controller) { this.Controller = controller; } SnippetController Controller = null;
190 Views
no comments
public string GetTagLinkList(string tags) { if (string.IsNullOrEmpty(tags)) return string.Empty; string[] tagStrings = tags.Split( new char[1] {','}, StringSplitOptions.RemoveEmptyEntries); StringBuilder html = new StringBuilder(); foreach (string tagString in tagStrings) {
199 Views
no comments
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; using System.Web.Mvc.Ajax; using System.Web.Routing; namespace CodePasteMvc.Controllers {
327 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
