ContentDefinition Class

Definition

Provides a property structure that defines Web content at design time.

public ref class ContentDefinition
public class ContentDefinition
type ContentDefinition = class
Public Class ContentDefinition
Inheritance
ContentDefinition

Constructors

ContentDefinition(String, String, String)

Creates a new instance of the ContentDefinition class.

Properties

ContentPlaceHolderID

Gets the ID of the ContentPlaceHolder control that is associated with the current content.

DefaultContent

Gets the default HTML markup for the content.

DefaultDesignTimeHtml

Gets the HTML markup to represent the content at design time.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to

See also