C# Class Rebel.Cms.Web.EmbeddedViewEngine.HtmlHelperExtensions

Exibir arquivo Open project: RebelCMS/rebelcmsxu5

Public Methods

Method Description
GetEmbeddedViewPath ( this html, dynamic model ) : string

Returns the embedded view path for the model specified or an empty string if the embedded view attribute was not found

GetEmbeddedViewPath ( this html, string viewPath, string assembly ) : string

Method Details

GetEmbeddedViewPath() public static method

Returns the embedded view path for the model specified or an empty string if the embedded view attribute was not found
public static GetEmbeddedViewPath ( this html, dynamic model ) : string
html this
model dynamic
return string

GetEmbeddedViewPath() public static method

public static GetEmbeddedViewPath ( this html, string viewPath, string assembly ) : string
html this
viewPath string
assembly string
return string