Using the ASP.NET ProfileParameter
Object
The ProfileParameter
object enables you to represent any of the properties of the Profile
object. The ProfileParameter
includes all the properties of the Parameter
class and the following property:
• PropertyName
—
Indicates the namex of the Profile
property associated with this ProfileParameter
.
For example, imagine that you build a Guest Book application and you want to allow users to enter their display names when adding entries to a guest book. You can add a DisplayName
property to the Profile
object with the web configuration file in Listing 9.21.
Listing 9.21. Web.config
Note
The Profile
object ...
Get ASP.NET 4 Unleashed now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.