Documentation > CMS Template API Library > Out > GetWrapContentPlaceholder()

GetWrapContentPlaceholder

Placeholder for wrapped content. Output from the calling template will be inserted here.

public System.String GetWrapContentPlaceholder()


Returns

The output from the template that invoked Out.Wrap(string path)

Code Example

C#

Sample:

            
            <%= Out.GetWrapContentPlaceholder() %>
            
            

Connect with Crownpeak