Click or drag to resize

PFUserHtmlHelper Properties

The PFUserHtmlHelper type exposes the following members.

Properties
  NameDescription
Public propertyCanChangeFormsAccountPassword
Gets a value indicating whether the current user can change its password.
Public propertyCanUpdate
Gets a value indicating whether the current user can update the shown user.
Public propertyEditableEntries
Gets the editable properties, excluding "internal" properties, than can only be modified inside Core.
Public propertyHtml5DateRenderingMode (Inherited from HtmlHelper.)
Public propertyPageContext
Gets the page context.
Public propertyRouteCollection (Inherited from HtmlHelper.)
Public propertyTranslations
Gets the contextual translations provided by Packflow.
Public propertyUserProfile
Gets the current user profile (=user shown in the form).

This is not the current operating user, to find it you can type PageContext.User.

Public propertyViewBag (Inherited from HtmlHelper.)
Public propertyViewContext (Inherited from HtmlHelper.)
Public propertyViewData (Inherited from HtmlHelper.)
Public propertyViewDataContainer (Inherited from HtmlHelper.)
Top
See Also