Castle.MonoRail.Controller.Format.Html C# (CSharp) Method

Html() public method

public Html ( ) : Format
return Format
            public Format Html()
            {
                return this;
            }

Same methods

Controller.Format::Html ( System.Action action ) : Format