次の方法で共有


ContentController クラス

定義

コンテンツ コントローラーは、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 スタイル シート、画像などのコンテンツを提供します。

適用対象