Solution Review: Writing to a WIKI Page
This lesson discusses the solution to the challenge given in the previous lesson.
We'll cover the following...
We'll cover the following...
In the code above, we define a struct of type Page struct at line 7 with two fields: Title and Body.
Now, look at the header of the load method at line 17. It takes title, the filename as a parameter (apart from the ...