次の方法で共有


StaticHtmlActionResult(String, Object[]) コンストラクター

定義

呼び出し元アセンブリから埋め込みリソース文字列を取得し、HTML として返します。 必要に応じて、 を使用 Format(String, Object[]) してリソース内の値を置き換えます。

public StaticHtmlActionResult(string resourceName, params object[] replacements);
new Microsoft.Azure.Mobile.Server.Content.StaticHtmlActionResult : string * obj[] -> Microsoft.Azure.Mobile.Server.Content.StaticHtmlActionResult
Public Sub New (resourceName As String, ParamArray replacements As Object())

パラメーター

resourceName
String

Html として返すリソース名。

replacements
Object[]

Format(String, Object[])渡すオプションの置換値。

適用対象