Show / Hide Table of Contents

Class EightyHtmlString

An implementation of IHtmlString which wraps some Html

Inheritance
Object
EightyHtmlString
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 EightyHtmlString : IHtmlString

Constructors

| Improve this Doc View Source

EightyHtmlString(Html)

Create an EightyHtmlString

Declaration
public EightyHtmlString(Html html)
Parameters
Type Name Description
Html html

The HTML

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