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 |
public static GetEmbeddedViewPath ( this html, dynamic model ) : string | ||
html | this | |
model | dynamic | |
return | string |
public static GetEmbeddedViewPath ( this html, string viewPath, string assembly ) : string | ||
html | this | |
viewPath | string | |
assembly | string | |
return | string |