TagController.TagController C# (CSharp) Method

TagController() public method

public TagController ( ) : System
return System
    public TagController()
    {
        this.ModuleName = "Tags";
        this.ContentType = "Tag";
    }