uwenku
標簽列表
asp.net-core-viewcomponent
1
熱度
1
回答
用於ViewComponent渲染的TagHelper
在重新發明輪子之前(不確定在這種情況下是否可能!),是否有代碼片段顯示如何在標籤助手實現中調用ViewComponent? 編輯:包括代碼泰勒talk private readonly IViewComponentHelper _viewComponentHelper; public ShapeishTagHelper(IViewComponentHelper viewComponentHelp
asp.net-core
asp.net-core-tag-helpers
asp.net-core-viewcomponent
2015-11-16
0
熱度
1
回答
調用ViewComponent操作方法
我有以下頁面佈局後: <body> <nav>@Component.Invoke("Navigation")</nav> <main>@RenderBody()</main> </body> ViewComponent這使得用於身份驗證,未通過身份驗證的用戶兩種不同的觀點: public class NavigationViewComponent : ViewComponent {
c#
asp.net-core
asp.net-core-identity
asp.net-core-viewcomponent
2016-01-13
1
熱度
1
回答
ASP.NET核心頁面佈局多個工具欄菜單
的問題,用戶可以選擇六個環節之一,像這樣 後,他選擇特定的鏈接,例如鏈接1,他應該被重定向到主頁與工具欄菜單看起來像這樣: 如果他選擇例如鏈接2他的菜單應該是這樣的: 無論如何,我不知道如何實現這一點,因爲我的菜單位於_Layout.cshtml裏面,View Component功能可以幫助我解決這個問題嗎?
c#
asp.net-core
menu
sidebar
asp.net-core-viewcomponent
2015-10-13
«
1
2
3
4
»
最新問題
1.
字體面在IE或邊緣
2.
訪問變量和模塊的方法,在多模塊程序
3.
如何在C#中使用Web HDFS REST API追加文件?
4.
Google Drive API v3 .NET:如何讓用戶直接從谷歌驅動器下載文件而不是從服務器下載文件?
5.
行表中的Javafx表
6.
最佳/最有效的方式爲nvarchar(最大)轉換到爲nvarchar(30)
7.
無法加入Mapbox SDK來的build.gradle
8.
Ramdajs keyBy相當於lodash
9.
PHP無法發送UTF-8的消息
10.
從表構建樹結構?