PFUserHtmlHelper Methods |
The PFUserHtmlHelper type exposes the following members.
Name | Description | |
---|---|---|
AntiForgeryToken | (Inherited from HtmlHelper.) | |
AntiForgeryToken(String) | Obsolete. (Inherited from HtmlHelper.) | |
AntiForgeryToken(String, String, String) | Obsolete. (Inherited from HtmlHelper.) | |
AttributeEncode(String) | (Inherited from HtmlHelper.) | |
AttributeEncode(Object) | (Inherited from HtmlHelper.) | |
BeginPackflowForm |
Returns an opening form tag and sets controller and action information.
The form uses the specified HTTP method and includes the HTML attributes from a dictionary.
| |
ControlUserForTProperty |
Gets the html of a control, loaded with current user corresponding value.
| |
ControlUserSettingsForTProperty |
Gets the html of a control, loaded with current user's setting corresponding value.
| |
EnableClientValidation | (Inherited from HtmlHelper.) | |
EnableClientValidation(Boolean) | (Inherited from HtmlHelper.) | |
EnableUnobtrusiveJavaScript | (Inherited from HtmlHelper.) | |
EnableUnobtrusiveJavaScript(Boolean) | (Inherited from HtmlHelper.) | |
Encode(String) | (Inherited from HtmlHelper.) | |
Encode(Object) | (Inherited from HtmlHelper.) | |
FormatValue | (Inherited from HtmlHelper.) | |
GetChangePasswordButton |
Gets the HTML of the Change Password button (labeled Confirm).
| |
GetComments |
Gets a gridview placeholder containing the current user's comments.
| |
GetHistory |
Gets a gridview placeholder containing the current user's navigation history.
| |
GetIcon |
Gets the icon shown in the action bar.
| |
GetMemberships |
Gets the list of the current user's memberships.
| |
GetNotifications |
Gets a gridview placeholder containing the current user's notifications.
| |
GetNotificationsFrame |
Gets the frame (html) containing notifications.
| |
GetUnobtrusiveValidationAttributes(String) | (Inherited from HtmlHelper.) | |
GetUnobtrusiveValidationAttributes(String, ModelMetadata) | (Inherited from HtmlHelper.) | |
GetUserActions |
Gets the buttons shown in the action bar.
| |
GetUserTitle |
Gets the caption of the action bar.
| |
HttpMethodOverride(HttpVerbs) | (Inherited from HtmlHelper.) | |
HttpMethodOverride(String) | (Inherited from HtmlHelper.) | |
PageTitle |
Gets the text displayed in the title tag of the page.
| |
Raw(String) | (Inherited from HtmlHelper.) | |
Raw(Object) | (Inherited from HtmlHelper.) | |
SetValidationMessageElement | (Inherited from HtmlHelper.) | |
SetValidationSummaryMessageElement | (Inherited from HtmlHelper.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
AsT |
Casts an object to another type. Returns default(T) if the object is null.
(Defined by Utils_Other.) | |
EqualsAll |
Checks that this object is equal to every object in parameters.
(Defined by Utils_Other.) | |
EqualsAny |
Checks that this object is equal to at least one of the parameters.
(Defined by Utils_Other.) | |
GetString |
Converts an object to String using ToString() method, else returns String.Empty.
(Defined by Utils_Other.) | |
IsGenericList | Overloaded.
Checks if this object is a System.Collections.Generic.List.
(Defined by Utils_Linq.) | |
IsGenericList(Type) | Overloaded.
Checks if this object is a System.Collections.Generic.List using type as T.
(Defined by Utils_Linq.) | |
Json(Boolean) | Overloaded.
Returns the JSON representation of the given value.
(Defined by HtmlHelperExtensions.) | |
Json(Object, JavaScriptEncoding, Boolean) | Overloaded.
Returns the JSON representation of the given value.
(Defined by HtmlHelperExtensions.) | |
Serialize | Overloaded.
Serializes an object into an XML document.
(Defined by Utils_Xml.) | |
Serialize(String) | Overloaded.
Serializes an object into an XML document.
(Defined by Utils_Xml.) | |
SerializeJson | Overloaded.
Serializes an object using a DataContractJsonSerializer.
(Defined by Utils_String.) | |
SerializeJson(ListType) | Overloaded.
Serializes an object using a DataContractJsonSerializer.
(Defined by Utils_String.) | |
SerializeJson(DataContractJsonSerializerSettings) | Overloaded.
Serializes an object using a DataContractJsonSerializer.
(Defined by Utils_String.) |