Activity › Forums › Salesforce® Discussions › What is a Visualforce Page in Salesforce?
Tagged: CRM, CSS, Custom Controller, HTML, Markup Language, Salesforce Apex, Salesforce Visualforce Page, Tags, URL
-
What is a Visualforce Page in Salesforce?
Posted by Aman on September 23, 2018 at 6:36 AMWhat is a Visualforce Page in Salesforce?
Parul replied 7 years, 7 months ago 3 Members · 2 Replies -
2 Replies
-
Visualforce is the new markup language from salesforce, by using which, We can render the standard styles of salesforce. We can still use HTML here in Visualforce. Each visualforce tag always begins with “apex” namespace. All the design part can be acomplished by using Visualforce Markup Language and the business logic can be written in custom controllers associated with the Page.
- [adinserter block='9']
-
Visualforce pages are webpages that belong to Salesforce. These webpages are created using a unique tag-based Mark-up language. It is similar to HTML but it’s primary use is to access, display and update the organization’s data. The page is accessed by using a URL similar to that of a traditional webserver page.
Each tag in visual force language corresponds to some user interface component like section of a page, a list view or a field of an object. Interestingly, it can be easily mixed up with HTML markup, CSS style and Java libraries, etc.
Log In to reply.