Show / Hide Table of Contents

Class TwentyHtmlString

An implementation of IHtmlString which wraps an HtmlBuilder

Inheritance
Object
TwentyHtmlString
Implements
IHtmlString
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Eighty.AspNet.Mvc
Assembly: Eighty.AspNet.Mvc.dll
Syntax
public class TwentyHtmlString : IHtmlString

Constructors

| Improve this Doc View Source

TwentyHtmlString(HtmlBuilder)

Create a TwentyHtmlString

Declaration
public TwentyHtmlString(HtmlBuilder builder)
Parameters
Type Name Description
HtmlBuilder builder

The HtmlBuilder

Methods

| Improve this Doc View Source

ToHtmlString()

Declaration
public string ToHtmlString()
Returns
Type Description
String

Implements

System.Web.IHtmlString
  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX