要在平面的不同位置显示相同形状,您可以使用以下方法进行编程:
使用不同的模板
为相同的形状创建两个不同的模板,例如 `Content.cshtml` 和 `Content-BlogPost.Detail.cshtml`。
在需要显示形状的位置,通过更改 `Placement.info` 属性或使用 JavaScript 来选择使用哪个模板。
动态内容展示
在视图模型中定义一个内容项,例如 `Model.Content` 和 `Model.FBLikeButtonZone`。
在视图中,使用 `@Display(Model.Content)` 和 `@Display(Model.FBLikeButtonZone)` 来动态展示这些内容项。
视图模型
```csharp
public class MyViewModel
{
public string Content { get; set; }
public string FBLikeButtonZone { get; set; }
}
```
视图 (Content.cshtml)
```html
@model MyViewModel
@Model.Content
```
视图 (Content-BlogPost.Detail.cshtml)
```html
@model MyViewModel
@Model.FBLikeButtonZone
```
控制器
```csharp
public class HomeController : Controller
{
public ActionResult Index()
{
var model = new MyViewModel
{
Content = "This is the main content.",
FBLikeButtonZone = "This is the like button zone."
};
return View(model);
}
}
```
主视图
```html
@Html.Display(Model.Content)
@Html.Display(Model.FBLikeButtonZone)