Namespace: MonoSoftware.Web
Assembly: MonoSoftware.Web (in MonoSoftware.Web.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
public static bool IsEmpty(
	this ContentPlaceHolder contentPlaceHolder
)
Visual Basic
<ExtensionAttribute> 
Public Shared Function IsEmpty ( 
	contentPlaceHolder As ContentPlaceHolder
) As Boolean
Visual C++
public:
[ExtensionAttribute]
static bool IsEmpty(
	ContentPlaceHolder^ contentPlaceHolder
)
F#
static member IsEmpty : 
        contentPlaceHolder : ContentPlaceHolder -> bool 

Parameters

contentPlaceHolder
Type: System.Web.UI.WebControls..::..ContentPlaceHolder

Return Value

Type: Boolean

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ContentPlaceHolder. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

See Also