{"id":2564,"date":"2022-08-30T15:25:55","date_gmt":"2022-08-30T15:25:55","guid":{"rendered":"https:\/\/unknownerror.org\/index.php\/2014\/02\/03\/problem-about-datatemplate-collection-of-common-programming-errors\/"},"modified":"2022-08-30T15:25:55","modified_gmt":"2022-08-30T15:25:55","slug":"problem-about-datatemplate-collection-of-common-programming-errors","status":"publish","type":"post","link":"https:\/\/unknownerror.org\/index.php\/2022\/08\/30\/problem-about-datatemplate-collection-of-common-programming-errors\/","title":{"rendered":"problem about datatemplate-Collection of common programming errors"},"content":{"rendered":"<ul>\n<li>\n<img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/def14e2d64e6a27d81e77af8b643ba72?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nMediator<br \/>\nc# wpf xaml listbox datatemplate<br \/>\nI have ListBox and DataTemplateI need Set GroupBox Heigth = 300How to do it?&lt;DataTemplate x:Key=&#8221;data_template&#8221;&gt;&lt;GroupBox Header=&#8221;?????????&#8221; Width=&#8221;300&#8243; HorizontalAlignment=&#8221;Stretch&#8221; x:Name=&#8221;GroupBox&#8221;&gt;&lt;DockPanel Tag=&#8221;{Binding id}&#8221;&gt;&lt;Button Click=&#8221;Button_Click&#8221; DockPanel.Dock=&#8221;Top&#8221; &gt;&lt;Button.Content&gt;&lt;DockPanel&gt;&lt;TextBlock Text=&#8221;{Binding title}&#8221; TextWrapping=&#8221;Wrap&#8221; DockPanel.Dock=&#8221;Top&#8221; Padding=&#8221;5&#8243; HorizontalAlignment=&#8221;Center&#8221; Foreground=&#8221;#FFB51414&#8243; \/&gt;&lt;l<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/887e7b3314c17b43e912a648eef2dc36?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nJoachim Kerschbaumer<br \/>\nc# wpf datatemplate<br \/>\nthe FrameworkElement&#8217;s FindResource method allows to get resources defined in this frameworkelement. however, i have some dynamic resources located in another assembly loaded at runtime. Accessing it with DynamicResource from within XAML is no problem, but i wonder how i can get access to Dynamicresources from code (e.g. datatemplateselectors). thanks<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/8a994ac860b2a8c5ef30ce9255f9eca6?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nRob Fonseca-Ensor<br \/>\nmvvm datatemplate datacontext blend<br \/>\nI&#8217;m currently using MVVM in a WPF project, all works very well. I have one Master view and many Detail views that I manage using a currentView property in my MasterViewModel. By using a datatemplate, I bind a view to a viewmodel. In fact, my master view has a contentcontrol whose content property is binded to my CurrentView property. When I set this currentview property to a viewmodel or another, it calls the corresponding template.My problem is that using this, my detail views doesn&#8217;t have expl<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/fe7f065bf4820edb8f7e79319c19fe28?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nuser544511<br \/>\nc# wpf user-controls datatemplate<br \/>\nQuestionBasically I would like to do the following but it seems that I cannot:UserControl myControl = new UserControl(); DataTemplate template = new DataTemplate(myControl);The question: Is it possible to construct a DataTemplate from UserControl instance? If not, are there any other possible solutions? Real problemI&#8217;m working on a project where majority of UI views are simple static Word-like documents (e.g some text fields and maybe some images, nothing too fancy). Because most of persons w<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/8c67873844ebec05668f0fadb87ce6a2?s=128&amp;d=identicon&amp;r=PG\" \/><br \/>\nDeeMac<br \/>\nc# wpf listbox datatemplate<br \/>\nIn my wpf project I&#8217;m using a datatemplate (which consists of a textblock) as an itemtemplate to my listbox. The itemsource is a List of which there are 6 items. How can I loop through the 6 textblock&#8217;s that are created at runtime?Thanks<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/55c989ca089da9a8c2c305de8817a9dd?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nMichael Hedgpeth<br \/>\nc# wpf datatemplate<br \/>\nIn my application, I would like to have DataTemplates such that I can say:These are the DataTemplates for use in a TreeView These are the DataTemplates to use when showing the summary of an object These are the DataTemplates to use when showing detailsThe only way I&#8217;ve seen to be able to do this is to create a DataTemplateSelector and manually return the DataTemplate (possibly by a naming convention) for the class I need. Is there any more elegant way of handling this situation?<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/60de853ea15dc7270c7bb3b609396c86?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nAwkwardCoder<br \/>\nwpf xaml datatemplate<br \/>\nHow do I define a data template that will show a list of string values, the list length is unknown (onyl know at runtime)?<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/i.stack.imgur.com\/DsYrw.png?s=32&amp;g=1\" \/><br \/>\nReadMe<br \/>\nwpf merge datatemplate<br \/>\nI want to change DataTemplate&#8217;s content at runtime, the content is designed by enduser, and saved in a file as xaml format.the DataTemplate is defined like this:&lt;DataTemplate x:Key=&#8221;DataTemplate1&#8243;&gt;&lt;Grid&gt;&lt;Canvas x:Name=&#8221;canvas1&#8243; \/&gt;&lt;\/Grid&gt; &lt;\/DataTemplate&gt;and the content designed by enduser like this:&lt;Canvas x:Name=&#8221;canvas1&#8243;&gt;&lt;Label &#8230;&gt;&#8230; &lt;\/Canvas&gt;I want to meger the content designed by enduser to the datatemplate using code:DataTemplate templateObj<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/fc3cdc585ac6b6d36d01125ea2c6dc9c?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nbsh152s<br \/>\nc# .net wpf mvvm datatemplate<br \/>\nThis MVVM stuff is making my head hurt. I have an application which has a list of editors in a left pane. On the right is a tab control where the editors will be displayed. I have a main application view model that contains a collection of view models. I call this collection Workspaces. This is borrowed from the MvvmDemoApp that Microsoft provides here.public ObservableCollection&lt;WorkspaceViewModel&gt; Workspaces {get{&#8230;} }These workspaces are bound to a tab control in the main applicat<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/23c77b53e35bfbd64be2f047a3d35582?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nGusdor<br \/>\nwpf datatemplate dynamicresource staticresource<br \/>\nHave I missed something in the step up from .net 3.5 to .net 4 because I&#8217;m seeing seemingly buggy behaviour that seems contrary to the goal of the system.I am trying to drum up a simple MVVM library for work using a few examples. I am consuming it within a Twitter client application for some additional learning and have hit a big stumbling block.The scenario is this. My root ViewModel (TwitterClientViewModel) object is given an instance of a DialogViewModel object for display. The DialogViewMode<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/25145533ba10c498d5c8dc053cf16f5a?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nuser2622971<br \/>\nc# wpf datatemplate timepicker<br \/>\nIn my Wpf app, I&#8217;ve two TimePickers. I&#8217;ve used binding for them but their time is not updating. I also want to set selected date for these TimePickers.I tried to bind it as below. But, it won&#8217;t work. Actual problem here is TimePickers are inside DataTemplate.Here is xaml:&lt;DataTemplate x:Key=&#8221;EditableDataTemplate&#8221;&gt;&lt;StackPanel Orientation=&#8221;Horizontal&#8221; Width=&#8221;596&#8243;&gt;&lt;xctk:TimePicker Name=&#8221;StartPicker&#8221; Value=&#8221;{Binding StartValue, Mode=TwoWay, RelativeSource={RelativeSource AncestorType=<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/i.stack.imgur.com\/FT14a.jpg?s=32&amp;g=1\" \/><br \/>\nXyroid<br \/>\nc# windows-runtime microsoft-metro winrt-xaml datatemplate<br \/>\nHow to dynamically create a DataTemplate with a UIElement in c# for windows 8 such as:&lt;DataTemplate&gt;&lt;Button \/&gt; &lt;\/DataTemplate&gt;To be done like this:DataTemplate dataTemplate = new DataTemplate(); &#8230; &#8230; &#8230;Thank You.<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/57a9803ed29d484c608766a9520fff93?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nuser1794863<br \/>\nlistview binding datatemplate gridviewcolumn frameworkelementfactory<br \/>\nfor example I can&#8217;t get result from this code! please help me, tnx. \ud83d\ude42 GridViewColumn gvc6 = new GridViewColumn();gvc6.DisplayMemberBinding = new Binding(&#8220;sum&#8221;);FrameworkElementFactory txt = new FrameworkElementFactory(typeof(TextBox));txt.SetBinding(TextBox.TextProperty, new Binding()); \/\/ sets bindinggvc6.CellTemplate = new DataTemplate(typeof(string));gvc6.CellTemplate.VisualTree = txt;<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/19a485386fcd0c3d949e7fd5a7efd880?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nMatthew<br \/>\nwindows-phone-7 datatemplate bing-maps silverlight-toolkit pushpin<br \/>\nI am developing the mapping functionality of our WP7 application. currently the pushpins appear as a circle graphic. I am trying to create functionality to allow the user to be able to change the size of the circle of the pushpin, by sliding a bar. The idea being that the user can change the size of the pushpin anywhere between two sizes. Therefore I don&#8217;t want to create 2 or 3 pre-defined pushpin templates in XAML, and simply swap between them &#8211; I want to be able to modify an attribute of the t<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/4934b20b12a80886c7a126f9e0e869cc?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nAlex Janzik<br \/>\nwpf datatemplate skinning<br \/>\nI use MVVM architecture to decouple my application. That is, you often see something likevar u = new UserControl(); u.Content = new MyCustomType(); \/\/ MyCustomType is not a controlThe UI is defined via data templates that reside in resource dictionaries in their own XAML files&lt;ResourceDictionary &#8230;&gt;&lt;DataTemplate DataType=&#8221;{x:Type local:MyCustomType}&#8221;&gt;&#8230;I load the resources at application startup and the application is happy to display my UI. But if I remove a data template and add<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/i.stack.imgur.com\/GgC1z.jpg?s=32&amp;g=1\" \/><br \/>\nDave Clemmer<br \/>\nwpf datatemplate<br \/>\nI have a DataTemplate defined as follows: I am accessing it at runtime using the code below: else{template = (DataTemplate)FindResource(&#8220;GridViewTextBlockDataTemplate&#8221;);var textblock = (TextBlock) template.LoadContent();textblock.Text = &#8220;bye&#8221;;\/\/textblock.SetBinding(TextBlock.TextProperty, new Binding(&#8220;[&#8221; + current.Key + &#8220;]&#8221;));}var column = new GridViewColumn{Header = current.Key,CellTemplate = template };gridView.Columns.Add(column);}And now I want to change the textblock property to something<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/35b3be77ab63f70bcebfd20506f06668?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nNadav<br \/>\nwpf datagrid datatemplate datagridcell<br \/>\nI&#8217;ve written a DataTemplate:&lt;DataTemplate x:Key=&#8221;ellipseTemplate&#8221;&gt;&lt;Grid Margin=&#8221;4&#8243;&gt;&lt;Grid.ColumnDefinitions&gt; &lt;ColumnDefinition Width=&#8221;*&#8221; \/&gt;&lt;\/Grid.ColumnDefinitions&gt;&lt;Ellipse Height=&#8221;20&#8243; Width=&#8221;20&#8243; StrokeThickness=&#8221;5&#8243; Stroke=&#8221;Black&#8221; Fill=&#8221;Gold&#8221;\/&gt;&lt;\/Grid&gt;&lt;\/DataTemplate&gt;And I want to set it to a DateGridCell.Template property in run time. I can access the cell and change its properties. I&#8217;m using MVVM so I don&#8217;t want to access it<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/6ffc581d189bbf7a5e92ac6086215793?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nJonathan Perry<br \/>\nc# wpf datatemplate datatrigger templating<br \/>\nI&#8217;m trying to change a DataTemplate for objects in my WPF application according to a specific boolean value. When the value is &#8220;True&#8221; I want the DataTemplate to be something and when the value is &#8220;False&#8221; I want the DataTemplate to be something else.I&#8217;ve tried writing this code, but so far I end up with an annoying &#8220;Out of Memory exception&#8221;.&lt;DataTemplate DataType=&#8221;{x:Type vm:MyObjectViewModel}&#8221;&gt;&lt;DataTemplate.Triggers&gt;&lt;DataTrigger Binding=&#8221;{Binding Visible}&#8221; Value=&#8221;False&#8221;&gt;&lt;Set<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/graph.facebook.com\/100001028025698\/picture?type=large\" \/><br \/>\nRouven Sch\u00e4fer<br \/>\nc# windows-phone-7 events windows-phone-8 datatemplate<br \/>\nI know, how to create Datatemplates at runtime in c# Code:string xaml = @&#8221;&lt;DataTemplate xmlns=&#8221;&#8221;http:\/\/schemas.microsoft.com\/winfx\/2006\/xaml\/presentation&#8221;&#8221; xmlns:x=&#8221;&#8221;http:\/\/schemas.microsoft.com\/winfx\/2006\/xaml&#8221;&#8221;&gt; &#8230; &#8230; &lt;\/DataTemplate&gt;&#8221;;DataTemplate dt = (DataTemplate)XamlReader.Load(xaml);But how can i add Events to this Template and where should i define the Eventhandler.<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/7e030580f57b99986dc37eb858480174?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nakjoshi<br \/>\nwpf exception datatemplate wpfdatagrid frameworkelementfactory<br \/>\nI wrote a snippet to create a own DataTemplate by c# code. And i add it to datagrid column&#8217;s editing template. When i called object templateContent = tc.CellTemplate.LoadContent ( );, the application crashed, and throw me a exception which is &#8220;FrameworkElementFactory must be in a sealed template for this operation.&#8221;. This is the code i create my datatemplate.public override DataTemplate GenerateCellTemplate ( string propertyName ){DataTemplate template = new DataTemplate ( );var textBlockName =<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/5ffa532ebbf2dba9889d45e188bf0544?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nTekito<br \/>\nwpf visual-studio-2010 xaml datatemplate<br \/>\nI&#8217;m a relative novice when I comes to WPF, but I&#8217;m trying to create a reusable template for my Windows. The end goal is to have a template that can be applied to all dialog windows in my application, with customizable content. Ultimately I want the template to permit two different sections of content.Piecing together snippets from other web solutions this is what I have so far:A DataTemplate in my Application.xaml file. Still crude since I&#8217;m just trying to get it work:&lt;DataTemplate x:Key=&#8221;<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/9094ade40eb91ec07e1a2aaec7f3db10?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nbjh<br \/>\nwpf datatemplate<br \/>\nI have a WPF TabControl with two TabItems. Each TabItem contains a ListBox with a separate ObservableCollection as its ItemsSource. Each ListBox has a different ItemTemplate. No matter which TabItem I set to be selected at startup, that tab will be displayed fine, but when I click on the other tab the application crashes with an &#8216;Exception has been thrown by the target of an invocation&#8217; error pointing toward the DataTemplate for the tab I&#8217;m switching to. If I remove the ItemTemplate from the<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/f858d9062b77fb95a3b1a6ac2cbcb48e?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nJonathanWardRogers<br \/>\nxaml exception key datatemplate<br \/>\nI am receiving the error in a xaml resource file on build. Here is the xaml file:&lt;ResourceDictionary xmlns=&#8221;http:\/\/schemas.microsoft.com\/winfx\/2006\/xaml\/presentation&#8221;xmlns:x=&#8221;http:\/\/schemas.microsoft.com\/winfx\/2006\/xaml&#8221;xmlns:s=&#8221;clr-namespace:DiagramDesigner&#8221;xmlns:c=&#8221;clr-namespace:DiagramDesigner.Controls&#8221;xmlns:r=&#8221;clr-namespace:Automation.Data;assembly=Automation&#8221;xmlns:a=&#8221;clr-namespace:Automation;assembly=Automation&#8221; &gt;&lt;DataTemplate x:Key=&#8221;WorkflowDropdownSetting&#8221;&gt;&lt;DataTemplate.Re<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/7a9645d49aa683c44714ba60392e9c5f?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nBerryl<br \/>\nc# wpf data-binding reflection datatemplate<br \/>\nI wish I could be more descriptive in my title, but I am having trouble understanding the exception below.I had this happen recently, and it turned out to be a DependencyProperty that wasn&#8217;t properly declared, but I discovered that without the help of this exception.The only other thing I can add about it is that it happens when my GetHashCode method is invoked, which triggers a method that derives a hash by reflecting on the object&#8217;s public properties. In this case, the object is derived from a<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/46d8cc46b5d285581d9249ab51f80b1a?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nAshley Davis<br \/>\nc# wpf xaml datatemplate<br \/>\nHow do I derive a new class from DataTemplate and then use it in place of DataTemplate?For example, in C#:public class DerivedDataTemplate : DataTemplate { }Then in XAML:&lt;local: DerivedDataTemplate DataType=&#8221;{x:Type local:SomeType}&#8221;&gt;&lt;Grid&gt;&#8230; UI here &#8230;&lt;\/Grid&gt; &lt;\/local:DerivedDataTemplate&gt;When I try to use my derived data template class the follow exception is generated:System.Windows.Markup.XamlParseException was unhandled Message=&#8221;&#8216;Grid&#8217; object cannot be added to &#8216;Deriv<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/91973b1bef91ee4f314cd95a37a45f2b?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nAnthonyWJones<br \/>\nsilverlight silverlight-3.0 datatemplate<br \/>\nRequirement is to create a reusable multi-select combobox custom control. To accomplish this, I am creating the DataTemplate dynamically through code and set the combobox ItemTemplate. I am able to load the datatemplate dynamically and set the ItemTemplate, but getting unhandled exception (code: 7054) when combobox is selected.Here is the codeClass MultiSelCombBox: ComboBox{public override void OnApplyTemplate(){base.OnApplyTemplate();CreateTemplate();}void CreateTemplate(){DataTemplate dt = nu<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/407f3fc43aed05f6be4e0931540c2c4f?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nJonas Rembratt<br \/>\nwpf datatemplate<br \/>\nSince a few days back the WPF editor no longer works. Whenever I click somewhere in any editor it becomes disabled with this message: &#8216;NullReferenceException was thrown on &#8220;DataTemplate&#8221;: &#8230; (etc.)&#8217;I have spent a few hours trying to locate the problem without success so if anyone could give a hint on where to look I would greatly appreciate it.I have tried to debug with CLR exceptions enabled when thrown (VS2010-&gt;Debug-&gt;Exceptions&#8230;-&gt;Common Language Exceptions (Thrown) &#8216;Checked&#8217;) but I get no<\/li>\n<\/ul>\n<p id=\"rop\"><small>Originally posted 2014-02-03 02:30:12. <\/small><\/p>","protected":false},"excerpt":{"rendered":"<p>Mediator c# wpf xaml listbox datatemplate I have ListBox and DataTemplateI need Set GroupBox Heigth = 300How to do it?&lt;DataTemplate x:Key=&#8221;data_template&#8221;&gt;&lt;GroupBox Header=&#8221;?????????&#8221; Width=&#8221;300&#8243; HorizontalAlignment=&#8221;Stretch&#8221; x:Name=&#8221;GroupBox&#8221;&gt;&lt;DockPanel Tag=&#8221;{Binding id}&#8221;&gt;&lt;Button Click=&#8221;Button_Click&#8221; DockPanel.Dock=&#8221;Top&#8221; &gt;&lt;Button.Content&gt;&lt;DockPanel&gt;&lt;TextBlock Text=&#8221;{Binding title}&#8221; TextWrapping=&#8221;Wrap&#8221; DockPanel.Dock=&#8221;Top&#8221; Padding=&#8221;5&#8243; HorizontalAlignment=&#8221;Center&#8221; Foreground=&#8221;#FFB51414&#8243; \/&gt;&lt;l Joachim Kerschbaumer c# wpf datatemplate the FrameworkElement&#8217;s FindResource method allows to get resources defined in this frameworkelement. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-2564","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/2564","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/comments?post=2564"}],"version-history":[{"count":0,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/2564\/revisions"}],"wp:attachment":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/media?parent=2564"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/categories?post=2564"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/tags?post=2564"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}