Property | Type | Description | |
---|---|---|---|
HtmlExtensions | List |
||
ValidationInputCssClassName | string | ||
ValidationInputValidCssClassName | string | ||
ValidationMessageCssClassNames | string | ||
ValidationMessageValidCssClassName | string | ||
ValidationSuccessCssClassNames | string | ||
ValidationSummaryCssClassNames | string | ||
ValidationSummaryValidCssClassName | string |
Property | Type | Description | |
---|---|---|---|
EncodeLegacy | string | ||
EvalBoolean | bool | ||
EvalString | string | ||
EvalString | string | ||
GetHtmlEncoder | HtmlEncoder | ||
GetModelStateValue | object |
Method | Description | |
---|---|---|
AnonymousObjectToHtmlAttributes ( object htmlAttributes ) : RouteValueDictionary | ||
AntiForgeryToken ( ) : ServiceStack.Html.MvcHtmlString | ||
AntiForgeryToken ( string salt ) : ServiceStack.Html.MvcHtmlString | ||
AntiForgeryToken ( string salt, string domain, string path ) : ServiceStack.Html.MvcHtmlString | ||
AttributeEncode ( object value ) : string | ||
AttributeEncode ( string value ) : string | ||
Debug ( object model ) : string | ||
EnableClientValidation ( ) : void | ||
EnableClientValidation ( bool enabled ) : void | ||
EnableUnobtrusiveJavaScript ( ) : void | ||
EnableUnobtrusiveJavaScript ( bool enabled ) : void | ||
Encode ( object value ) : string | ||
Encode ( string value ) : string | ||
FormatValue ( object value, string format ) : string | ||
GenerateIdFromName ( string name ) : string | ||
GenerateIdFromName ( string name, string idAttributeDotReplacement ) : string | ||
GetErrorMessage ( ) : ServiceStack.Html.MvcHtmlString | ||
GetErrorStatus ( ) : ResponseStatus | ||
GetFieldError ( string errorName ) : ResponseError | ||
GetFormMethodString ( FormMethod method ) : string | ||
GetInputTypeString ( InputType inputType ) : string | ||
GetMethod ( string methodName ) : |
||
GetUnobtrusiveValidationAttributes ( string name ) : object>.IDictionary |
||
GetUnobtrusiveValidationAttributes ( string name, ModelMetadata metadata ) : object>.IDictionary |
||
HasFieldError ( string errorName ) : bool | ||
HtmlHelper ( ) : System | ||
HttpMethodOverride ( HttpVerbs httpVerb ) : ServiceStack.Html.MvcHtmlString | ||
HttpMethodOverride ( string httpMethod ) : ServiceStack.Html.MvcHtmlString | ||
Init ( IHttpRequest httpReq, IHttpResponse httpRes, IViewEngine viewEngine, ViewDataDictionary viewData, HtmlHelper htmlHelper ) : void | ||
Init ( IViewEngine viewEngine, IRequest httpReq, IResponse httpRes, IRazorView razorPage, object>.Dictionary |
||
Init ( ServiceStack.Support.Markdown.MarkdownPage markdownPage, object>.Dictionary |
||
Partial ( string viewName ) : ServiceStack.Html.MvcHtmlString | ||
Partial ( string viewName, object model ) : ServiceStack.Html.MvcHtmlString | ||
Raw ( object content ) : ServiceStack.Html.MvcHtmlString | ||
SetModel ( object model ) : void |
Method | Description | |
---|---|---|
EncodeLegacy ( object value ) : string | ||
EvalBoolean ( string key ) : bool | ||
EvalString ( string key ) : string | ||
EvalString ( string key, string format ) : string | ||
GetHtmlEncoder ( ) : HtmlEncoder | ||
GetModelStateValue ( string key, |
public static AnonymousObjectToHtmlAttributes ( object htmlAttributes ) : RouteValueDictionary | ||
htmlAttributes | object | |
return | RouteValueDictionary |
public AntiForgeryToken ( ) : ServiceStack.Html.MvcHtmlString | ||
return | ServiceStack.Html.MvcHtmlString |
public AntiForgeryToken ( string salt ) : ServiceStack.Html.MvcHtmlString | ||
salt | string | |
return | ServiceStack.Html.MvcHtmlString |
public AntiForgeryToken ( string salt, string domain, string path ) : ServiceStack.Html.MvcHtmlString | ||
salt | string | |
domain | string | |
path | string | |
return | ServiceStack.Html.MvcHtmlString |
public AttributeEncode ( object value ) : string | ||
value | object | |
return | string |
public AttributeEncode ( string value ) : string | ||
value | string | |
return | string |
public EnableClientValidation ( bool enabled ) : void | ||
enabled | bool | |
return | void |
public EnableUnobtrusiveJavaScript ( ) : void | ||
return | void |
public EnableUnobtrusiveJavaScript ( bool enabled ) : void | ||
enabled | bool | |
return | void |
public FormatValue ( object value, string format ) : string | ||
value | object | |
format | string | |
return | string |
public static GenerateIdFromName ( string name ) : string | ||
name | string | |
return | string |
public static GenerateIdFromName ( string name, string idAttributeDotReplacement ) : string | ||
name | string | |
idAttributeDotReplacement | string | |
return | string |
public GetErrorMessage ( ) : ServiceStack.Html.MvcHtmlString | ||
return | ServiceStack.Html.MvcHtmlString |
public GetFieldError ( string errorName ) : ResponseError | ||
errorName | string | |
return | ResponseError |
public static GetFormMethodString ( FormMethod method ) : string | ||
method | FormMethod | |
return | string |
public static GetInputTypeString ( InputType inputType ) : string | ||
inputType | InputType | |
return | string |
public static GetMethod ( string methodName ) : |
||
methodName | string | |
return |
public GetUnobtrusiveValidationAttributes ( string name ) : object>.IDictionary |
||
name | string | |
return | object>.IDictionary |
public GetUnobtrusiveValidationAttributes ( string name, ModelMetadata metadata ) : object>.IDictionary |
||
name | string | |
metadata | ModelMetadata | |
return | object>.IDictionary |
public HasFieldError ( string errorName ) : bool | ||
errorName | string | |
return | bool |
public HttpMethodOverride ( HttpVerbs httpVerb ) : ServiceStack.Html.MvcHtmlString | ||
httpVerb | HttpVerbs | |
return | ServiceStack.Html.MvcHtmlString |
public HttpMethodOverride ( string httpMethod ) : ServiceStack.Html.MvcHtmlString | ||
httpMethod | string | |
return | ServiceStack.Html.MvcHtmlString |
public Init ( IHttpRequest httpReq, IHttpResponse httpRes, IViewEngine viewEngine, ViewDataDictionary viewData, HtmlHelper htmlHelper ) : void | ||
httpReq | IHttpRequest | |
httpRes | IHttpResponse | |
viewEngine | IViewEngine | |
viewData | ViewDataDictionary | |
htmlHelper | HtmlHelper | |
return | void |
public Init ( IViewEngine viewEngine, IRequest httpReq, IResponse httpRes, IRazorView razorPage, object>.Dictionary |
||
viewEngine | IViewEngine | |
httpReq | IRequest | |
httpRes | IResponse | |
razorPage | IRazorView | |
scopeArgs | object>.Dictionary | |
viewData | ViewDataDictionary | |
return | void |
public Init ( ServiceStack.Support.Markdown.MarkdownPage markdownPage, object>.Dictionary |
||
markdownPage | ServiceStack.Support.Markdown.MarkdownPage | |
scopeArgs | object>.Dictionary | |
renderHtml | bool | |
viewData | ViewDataDictionary | |
htmlHelper | HtmlHelper | |
return | void |
public Partial ( string viewName ) : ServiceStack.Html.MvcHtmlString | ||
viewName | string | |
return | ServiceStack.Html.MvcHtmlString |
public Partial ( string viewName, object model ) : ServiceStack.Html.MvcHtmlString | ||
viewName | string | |
model | object | |
return | ServiceStack.Html.MvcHtmlString |
public Raw ( object content ) : ServiceStack.Html.MvcHtmlString | ||
content | object | |
return | ServiceStack.Html.MvcHtmlString |
public static string ValidationInputCssClassName | ||
return | string |
public static string ValidationInputValidCssClassName | ||
return | string |
public static string ValidationMessageCssClassNames | ||
return | string |
public static string ValidationMessageValidCssClassName | ||
return | string |
public static string ValidationSuccessCssClassNames | ||
return | string |
public static string ValidationSummaryCssClassNames | ||
return | string |