ContentController 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
內容控制器提供 CSS 樣式表單、影像等內容。
[System.Web.Http.Description.ApiExplorerSettings(IgnoreApi=true)]
public class ContentController : System.Web.Http.ApiController
[<System.Web.Http.Description.ApiExplorerSettings(IgnoreApi=true)>]
type ContentController = class
inherit ApiController
Public Class ContentController
Inherits ApiController
- 繼承
-
ContentController
- 屬性
-
System.Web.Http.Description.ApiExplorerSettingsAttribute
建構函式
ContentController() |
內容控制器提供 CSS 樣式表單、影像等內容。 |
方法
Index(String) |
內容控制器提供 CSS 樣式表單、影像等內容。 |
IndexPublic(String) |
內容控制器提供 CSS 樣式表單、影像等內容。 |
NormalizePath(String) |
內容控制器提供 CSS 樣式表單、影像等內容。 |